Skip to content

Commit

Permalink
chore: update dev build script (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Aug 13, 2024
1 parent 4aa07b7 commit e835fae
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 @@ -10,7 +10,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"dev": "nodemon --config nodemon.config.json -x 'pnpm build'",
"build": "turbo run build --filter=!docs --filter=!template-* --filter=!demo-* --cache-dir=.turbo",
"build:all": "turbo run build --cache-dir=.turbo",
"ci:test": "./scripts/tests-ci.sh",
Expand Down

0 comments on commit e835fae

Please sign in to comment.