From 36f159fbbc8bc749e46968be37f1b67e632a2d09 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sat, 7 Oct 2017 12:34:14 -0700 Subject: [PATCH] chore(scripts): Add package.json scripts for changelog and release --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 792e2083..42f59ccf 100644 --- a/package.json +++ b/package.json @@ -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": {