Skip to content

Commit

Permalink
ci: add temp build all to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 13, 2024
1 parent 328c9b2 commit c5d3123
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 @@ -11,7 +11,7 @@
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build --cache-dir=.turbo",
"build:all": "turbo run build --cache-dir=.turbo",
"build:packages": "turbo run build --filter=!docs --filter=!template-*",
"ci:test": "./scripts/tests-ci.sh",
"pretest": "turbo run pretest",
Expand Down

0 comments on commit c5d3123

Please sign in to comment.