Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
fix: disable tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
elderapo committed May 4, 2019
1 parent 0c4355b commit c4db331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start": "rollup -c rollup.config.ts -w",
"test": "jest",
"test:watch": "jest --watch",
"test:prod": "yarn lint && yarn test -- --coverage --no-cache",
"test:prod": "yarn test -- --coverage --no-cache",
"test-types": "dtslint test/types --onlyTestTsNext",
"deploy-docs": "ts-node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit c4db331

Please sign in to comment.