Skip to content

Commit

Permalink
fix(knapsack): fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed Jan 31, 2024
1 parent 209b939 commit 2642235
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 @@ -14,7 +14,7 @@
"postinstall": "node ./decorate-angular-cli.js",
"prepare": "husky install",
"start": "nx serve",
"build": "nx build",
"build": "nx run-many --target build",
"test": "nx test",
"lint": "nx lint",
"format:check": "nx format",
Expand Down

0 comments on commit 2642235

Please sign in to comment.