Skip to content

Commit

Permalink
fix(build): updates build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jun 8, 2022
1 parent 7d68b8e commit 067cb34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"build": "ng build ngx-cookie-service",
"build:ngx-cookie-service-ssr": "ng build ngx-cookie-service-ssr",
"test": "ng test ngx-cookie-service",
"test:ngx-cookie-service-ssr": "ng test ngx-cookie-service-ssr",
"lint": "ng lint ngx-cookie-service",
"lint:ngx-cookie-service-ssr": "ng lint ngx-cookie-service-ssr",
"e2e": "ng e2e",
"format": "prettier ./projects/**/*.{ts,js,json}",
"format:write": "npm run format -- --write",
Expand Down

0 comments on commit 067cb34

Please sign in to comment.