1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

moved integration test command to package

This commit is contained in:
Pedro Gutiérrez 2019-01-23 12:34:35 +01:00
parent 83cf56b57e
commit f23b146932
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ script:
- npm run report-coverage
- npm run build
- npm run doc
- ./src/examples/fire_lazers.sh
- npm run integration
after_script:
- greenkeeper-lockfile-upload

View File

@ -8,6 +8,7 @@
"test": "mocha",
"test:watch": "mocha -w --watch-extensions js,ts,json",
"test:cover": "nyc mocha",
"integration": "./src/examples/fire_lazers.sh",
"clean": "rm -rf ./dist/ ./doc/ ./coverage ./.nyc_output",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
"start": "npm link @oceanprotocol/keeper-contracts @oceanprotocol/secret-store-client && npm run build:watch",