We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e88024 commit 3a00a19Copy full SHA for 3a00a19
package.json
@@ -42,6 +42,8 @@
42
"build": "rollup -c",
43
"clean": "rimraf dist",
44
"test": "echo \"Error: no test specified\" && exit 1",
45
+ "stage-release": "gulp stage-release --newversion",
46
+ "release": "gulp release --tagmessage",
47
"prebuild": "npm install && npm run clean"
48
}
49
0 commit comments