Skip to content

Commit

Permalink
update release:bump npm command to bump dist too
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 17, 2015
1 parent 7752818 commit 64cf8ce
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 @@ -12,7 +12,7 @@
"preghpages": "npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent",
"ghpages": "node ./scripts/gh-pages",
"gh-pages": "npm run ghpages",
"release:bump": "npm version patch --preminor",
"release:bump": "npm run dist && git commit -am 'bump dist' && npm version patch --preminor",
"release:push": "npm login && npm publish && git push --follow-tags",
"lint": "semistandard -v $(git ls-files '*.js') | snazzy",
"precommit": "npm run lint"
Expand Down

0 comments on commit 64cf8ce

Please sign in to comment.