Skip to content

Commit

Permalink
chore(scripts): Add package.json scripts for changelog and release
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 7, 2017
1 parent eb83724 commit 36f159f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"clean": "shx rm -rf lib _bundles",
"build": "npm run clean && ngc",
"package": "npm run build && rollup -c && rollup -c --environment MINIFY",
"prepare": "npm run package"
"changelog": "update_changelog",
"release": "release",
"prepublishOnly": "npm run package"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 36f159f

Please sign in to comment.