Skip to content

Commit

Permalink
switch testing order to ensure files are minified first
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Douglass committed May 7, 2019
1 parent 793d0df commit d692665
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 @@ -30,7 +30,7 @@
"minimize": "terser lib/eosjs-ecc.js -o lib/eosjs-ecc.min.js --source-map --compress --mangle",
"docs": "yarn documentation -- readme src/api_common.js --section \"Common API\" --shallow",
"srisum": "npx srisum lib/eosjs-ecc.*",
"prepublishOnly": "yarn build && yarn test_lib && yarn minimize && yarn docs && yarn srisum"
"prepublishOnly": "yarn build && yarn minimize && yarn test_lib && yarn docs && yarn srisum"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d692665

Please sign in to comment.