Skip to content

Commit

Permalink
Update script for 'npm version'
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal committed Apr 29, 2018
1 parent 3b20ee5 commit 30b6f31
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 @@ -13,7 +13,8 @@
"test-timing": "TIMING_TESTS=1 mocha -R list test/",
"build-demo": "browserify demo/celsius_grain/index.js -d | uglifyjs --source-map 'content=inline,url=build-index.js.map' -o demo/celsius_grain/build-index.js",
"preversion": "npm test",
"version": "npm run build && git add dist/"
"version": "npm run build",
"gitpublish": "./gitpublish.sh"
},
"keywords": [
"grist",
Expand Down

0 comments on commit 30b6f31

Please sign in to comment.