Skip to content

Commit

Permalink
fix: add missing npm script (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnygerard authored Dec 13, 2024
1 parent 13a0eb2 commit c3671f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"serve:ssr:ng-fem-starter": "node dist/ng-fem-starter/server/server.mjs",
"start": "ng serve",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"watch": "ng build --watch --configuration development",
"e2e": "ng e2e"
},
Expand Down

0 comments on commit c3671f0

Please sign in to comment.