mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Merge branch 'develop' into feature/executeagreementtest
This commit is contained in:
commit
d587a24555
@ -14,7 +14,7 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
- npm install -g release-it greenkeeper-lockfile ganache-cli@~6.1.8
|
||||
- npm install -g codacy-coverage release-it greenkeeper-lockfile ganache-cli@~6.1.8
|
||||
|
||||
before_script:
|
||||
- greenkeeper-lockfile-update
|
||||
@ -23,6 +23,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- npm run test:cover
|
||||
- npm run report-coverage
|
||||
- npm run build
|
||||
- npm run doc
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
"build:dist": "cross-env NODE_ENV=production webpack",
|
||||
"build:watch": "tsc -w",
|
||||
"doc": "typedoc --mode modules --out ./doc/ ./src/",
|
||||
"report-coverage": "cat ./coverage/lcov.info | codacy-coverage --token 71ef0d15f6f04ac29b31d704b28f866a",
|
||||
"run": "ts-node",
|
||||
"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",
|
||||
@ -34,6 +35,7 @@
|
||||
],
|
||||
"reporter": [
|
||||
"text-summary",
|
||||
"lcov",
|
||||
"html"
|
||||
],
|
||||
"sourceMap": true,
|
||||
|
Loading…
Reference in New Issue
Block a user