Skip to content

Commit 41bbef3

Browse files
author
jfusco
committed
Add version and postversion tasks in package file
1 parent 1b8916e commit 41bbef3

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
"scripts": {
77
"dev": "cross-env NODE_ENV=development gulp",
88
"build": "cross-env NODE_ENV=production gulp dist",
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"test": "echo \"Error: no test specified\" && exit 1",
10+
"version": "git add .",
11+
"postversion": "git push && git push --tags"
1012
},
1113
"devDependencies": {
1214
"babel-core": "^6.23.1",

0 commit comments

Comments
 (0)