Update package.json

pull/7/head
yann300 6 years ago committed by GitHub
parent 6925a6c146
commit 36484a6d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      remix-tests/package.json

@ -19,7 +19,8 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "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": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save