Skip to content

Commit

Permalink
Remove build task from version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Jul 22, 2017
1 parent 2a73466 commit dad25e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"email": "[email protected]"
},
"scripts": {
"version": "npm run build && git add .",
"version": "git add .",
"postversion": "git push origin master --tags",
"test": "karma start --single-run --no-auto-watch",
"lint": "eslint --fix --color --debug --ignore-path .eslintignore ./src/component/js/*",
Expand Down

0 comments on commit dad25e1

Please sign in to comment.