Update package.json

pull/5370/head
yann300 6 years ago committed by GitHub
parent 7f4286a633
commit 3cbfc3bd00
  1. 3
      remix-tests/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",

Loading…
Cancel
Save