Skip to content

Commit

Permalink
use preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Nov 13, 2019
1 parent 945f798 commit 21872d4
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 @@ -14,7 +14,7 @@
"clean": "git submodule foreach --recursive git clean -xfd && rimraf lib",
"test": "node test/index.js",
"benchmark": "node benchmark.js",
"prepublishOnly": "npm run setup-emsdk && npm run clean && npm run build && npm run test",
"preversion": "npm run setup-emsdk && npm run clean && npm run build && npm run test",
"setup-emsdk": "./scripts/setup-emsdk.sh 1.39.2"
},
"repository": {
Expand Down

0 comments on commit 21872d4

Please sign in to comment.