Skip to content

Commit

Permalink
fix: added post-install script to build them all
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 7, 2022
1 parent 628ad63 commit 3b96675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm run build:ci",
"update-deps": "pnpm update -i -r --latest",
"build:ci": "pnpm run build:tres && pnpm run build:cientos",
"build:tres": "pnpm --filter @tresjs/core build",
Expand Down

0 comments on commit 3b96675

Please sign in to comment.