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 19a156c commit cc2f1a9Copy full SHA for cc2f1a9
package.json
@@ -4,7 +4,8 @@
4
"scripts": {
5
"start": "npm run build && live-server",
6
"prebuild": "webpack --env.buildType dev",
7
- "build": "webpack --env.buildType prod"
+ "build": "webpack --env.buildType prod",
8
+ "release": "standard-version --message \"Release: %s\""
9
},
10
"private": true,
11
"devDependencies": {
@@ -26,6 +27,7 @@
26
27
"select2": "^4.0.4",
28
"signature_pad": "^2.3.2",
29
"sortablejs": "^1.6.1",
30
+ "standard-version": "4.0.0",
31
"survey-angular": "^1.0.18",
32
"survey-jquery": "^1.0.18",
33
"survey-knockout": "^1.0.18",
0 commit comments