Skip to content

Commit

Permalink
add post install build
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Groot Kormelink committed Apr 29, 2022
1 parent 2a03baa commit ae24bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"play": "nodemon -e ts -w . -x ts-node src/playground.ts --project tsconfig.json --trace-warnings",
"depcruise": "depcruise -c .dependency-cruiser.js src",
"benchmark": "ts-node src/benchmarks/index.ts",
"prepare": "husky install"
"prepare": "husky install",
"postinstall": "yarn build"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
Expand Down

0 comments on commit ae24bf7

Please sign in to comment.