Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zack24q committed Jul 28, 2017
1 parent 58623d2 commit 6a1457f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build": "node build/build.js",
"build:examples": "cd examples && node build/build.js",
"serve:examples:build": "cd docs/examples && anywhere",
"release": "npm run build && npm run build:examples && np"
"version": "npm run build && npm run build:examples && git add -A",
"release": "np --no-cleanup"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a1457f

Please sign in to comment.