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

added auto linking in case of local development

This commit is contained in:
Sebastian Gerske 2018-10-10 13:35:24 +02:00
parent 371f60f6a7
commit de2fddfccc

View File

@ -7,8 +7,9 @@
"test": "mocha",
"test:cover": "nyc mocha",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"start": "tsc -w",
"start": "npm link @oceanprotocol/keeper-contracts && npm run build:watch",
"build": "npm run lint && tsc",
"build:watch": "tsc -w",
"doc": "typedoc --mode modules --out ./doc/ src/",
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",