Skip to content

Commit

Permalink
feat: only package server
Browse files Browse the repository at this point in the history
  • Loading branch information
chasewoo committed Jun 9, 2024
1 parent ed6faea commit 5a847aa
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 @@ -9,7 +9,7 @@
"start": "nx run-many --target=serve --projects=server,client",
"build": "nx run-many --target=build --all --configuration=production",
"generate": "nx run-many --target=generate --all",
"package": "nx run-many --target=package --all --configuration=production",
"package": "nx run-many --target=package --projects=server --configuration=production",
"test": "npm run test:unit && npm run test:integrate",
"test:integrate": "nx run server:integration-test",
"test:unit": "nx run-many --target=test --all",
Expand Down

0 comments on commit 5a847aa

Please sign in to comment.