Skip to content

Commit 36f159f

Browse files
chore(scripts): Add package.json scripts for changelog and release
1 parent eb83724 commit 36f159f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"clean": "shx rm -rf lib _bundles",
77
"build": "npm run clean && ngc",
88
"package": "npm run build && rollup -c && rollup -c --environment MINIFY",
9-
"prepare": "npm run package"
9+
"changelog": "update_changelog",
10+
"release": "release",
11+
"prepublishOnly": "npm run package"
1012
},
1113
"license": "MIT",
1214
"dependencies": {

0 commit comments

Comments
 (0)