Skip to content

Commit

Permalink
feat(npm): npm build, pack and package commands
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusdavidson committed Aug 10, 2018
1 parent 8c3f186 commit 0bcd771
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"build_lib": "ng build --prod angular-upcrop",
"npm_pack": "cd dist/angular-upcrop && npm pack",
"package": "npm run build_lib && npm run npm_pack"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 0bcd771

Please sign in to comment.