Skip to content

Commit

Permalink
updated postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Groot Kormelink committed Apr 29, 2022
1 parent ae24bf7 commit d60a228
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 @@ -63,7 +63,7 @@
"depcruise": "depcruise -c .dependency-cruiser.js src",
"benchmark": "ts-node src/benchmarks/index.ts",
"prepare": "husky install",
"postinstall": "yarn build"
"postinstall": "yarn --ignore-scripts && yarn build"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
Expand Down

0 comments on commit d60a228

Please sign in to comment.