Skip to content

Commit

Permalink
add missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
Babali42 committed Dec 16, 2024
1 parent e2e2d15 commit 112eaec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch --browsers=ChromeHeadless"
"test": "ng test --no-watch --browsers=ChromeHeadless",
"deploy": "npx angular-cli-ghpages"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 112eaec

Please sign in to comment.