Skip to content

Commit

Permalink
fix: add back lost test and start commands to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Dec 10, 2024
1 parent ed3fb88 commit 74bb3d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"prepare-nightly-release": "nx g @spartan-ng/tools:auto-increment-version && nx g @spartan-ng/tools:hlm-to-cli-generator",
"release": "pnpm run release-ui && pnpm run release-cli",
"release-cli": "nx run-many --target=release --projects=tag:scope:cli --parallel=1",
"release-ui": "nx run-many --target=release --projects=tag:scope:core,tag:scope:brain --parallel=1"
"release-ui": "nx run-many --target=release --projects=tag:scope:core,tag:scope:brain --parallel=1",
"start": "nx serve app",
"test": "nx run-many --target test --all"
},
"dependencies": {
"@analogjs/content": "1.9.4",
Expand Down

0 comments on commit 74bb3d4

Please sign in to comment.