Merge pull request #1146 from ethereum/yann300-patch-7

Update package.json (add prepublish)
pull/5370/head
yann300 6 years ago committed by GitHub
commit a57be9cc76
  1. 3
      remix-tests/package.json
  2. 3
      remix-url-resolver/package.json

@ -19,7 +19,8 @@
},
"scripts": {
"build": "tsc",
"test": "tsc && mocha --require ts-node/register tests/*.ts -t 300000"
"test": "tsc && mocha --require ts-node/register tests/*.ts -t 300000",
"prepublish": "npm run build"
},
"repository": {
"type": "git",

@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "standard && mocha --require ts-node/register tests/*.ts -t 300000"
"test": "standard && mocha --require ts-node/register tests/*.ts -t 300000",
"prepublish": "npm run build"
},
"repository": {
"type": "git",

Loading…
Cancel
Save