Skip to content

Commit

Permalink
package.json: Fixed scripts.reinstall-locally
Browse files Browse the repository at this point in the history
  • Loading branch information
avi12 committed Oct 11, 2024
1 parent b87a205 commit e005cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"format": "prettier --write \"{src,test,examples}/**/*.ts\"",
"lint": "eslint \"{src,test,examples}/**/*.ts\"",
"lint:fix": "eslint \"{src,test,examples}/**/*.ts\" --fix",
"reinstall-locally": "pnpm unlink -g && pnpm i && pnpm link -g"
"reinstall-locally": "pnpm unlink -g && pnpm i && pnpm link -g"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit e005cac

Please sign in to comment.