Skip to content

Commit

Permalink
Merge pull request #27 from Tresjs/bugfix/add-post-install-build
Browse files Browse the repository at this point in the history
fix: added post-install script to build them all
  • Loading branch information
alvarosabu authored Dec 7, 2022
2 parents 628ad63 + 3b96675 commit 6f95b4c
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 6f95b4c

Please sign in to comment.