Skip to content

Commit

Permalink
Revert "ci: add temp build all to package.json"
Browse files Browse the repository at this point in the history
This reverts commit c5d3123.
  • Loading branch information
maschad committed Aug 13, 2024
1 parent c5d3123 commit 9887932
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:all": "turbo run build --cache-dir=.turbo",
"build": "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 9887932

Please sign in to comment.