We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8916e commit 41bbef3Copy full SHA for 41bbef3
1 file changed
package.json
@@ -6,7 +6,9 @@
6
"scripts": {
7
"dev": "cross-env NODE_ENV=development gulp",
8
"build": "cross-env NODE_ENV=production gulp dist",
9
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "version": "git add .",
11
+ "postversion": "git push && git push --tags"
12
},
13
"devDependencies": {
14
"babel-core": "^6.23.1",
0 commit comments