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

added test:watch script

This commit is contained in:
Sebastian Gerske 2018-10-15 14:53:03 +02:00
parent d36e84cce8
commit fe1472208f

View File

@ -5,6 +5,7 @@
"main": "dist/squid.js",
"scripts": {
"test": "mocha",
"test:watch": "mocha -w --watch-extensions js,ts",
"test:cover": "nyc mocha",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"start": "npm link @oceanprotocol/keeper-contracts && npm run build:watch",