Skip to content

Commit

Permalink
revert npm prepare change
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Oct 25, 2023
1 parent 0b101a7 commit 5a67dbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"copy-files": "cp -r lang dist/lang",
"lint": "eslint --max-warnings=0 . && prettier --check ./**/*.ts",
"local-dev": "yarn build && cd dist && yarn link && cd .. && tsc --watch --rootDir . --outdir dist",
"prepare": "husky install",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prettier:write": "prettier --write ./**/*.{ts,js,json}",
"pub": "cd dist && npm publish --tag latest && cd ..",
"push": "git push --atomic origin main v$npm_package_version",
Expand Down

0 comments on commit 5a67dbf

Please sign in to comment.