Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Mar 28, 2023
1 parent 33984f4 commit 2bfec94
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
"store"
],
"scripts": {
"postinstall": "ngcc && husky install",
"ng": "ng",
"start": "ng serve",
"lint": "ng lint",
"build": "ng build",
"postbuild": "cpy README.md dist/emitter",
"test": "ng test --run-in-band --silent"
"prebuild": "nx build emitter --skip-nx-cache",
"build": "yarn prebuild && yarn postbuild",
"postbuild": "cpx README.md dist/libs/emitter",
"test": "nx test emitter"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 2bfec94

Please sign in to comment.