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:
parent
83cf56b57e
commit
f23b146932
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user