Skip to content

Commit

Permalink
remove postinstall during application install
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Nov 19, 2023
1 parent ebe01c9 commit 84e3bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"scripts": {
"build": "npx tsup-node src/extract-schema-coordinates.ts --dts --format esm,cjs --out-dir lib",
"typecheck": "npx tsup-node src/extract-schema-coordinates.ts --dts-only",
"postinstall": "npx husky install",
"prepare": "cat <<< $(jq 'del(.scripts.postinstall)' package.json) > package.json",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
Expand Down

0 comments on commit 84e3bbb

Please sign in to comment.