Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamshana authored Jun 26, 2022
1 parent 4b03bd3 commit 59105e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"box": "yarn install && yarn start",
"start": "ng serve",
"build": "ng build",
"publish": "ng build -c production && cd dist/web && npm publish --ignore-scripts",
"publish": "ng build -c production --project=web && cd dist/web && npm publish --ignore-scripts",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down Expand Up @@ -55,4 +55,4 @@
"tslint": "~6.1.0",
"typescript": "~4.7.4"
}
}
}

0 comments on commit 59105e4

Please sign in to comment.