Skip to content

Commit

Permalink
disable circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rona committed May 31, 2021
1 parent 28d5e94 commit b824502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"license": "Apache-2.0",
"scripts": {
"test": "mocha",
"test:ci": "npm run lint && npm run test:coverage && npm run coveralls",
"test:ci": "npm run lint && npm run test:coverage",
"test:coverage": "nyc npm test && nyc report --reporter=lcov",
"coveralls": "cat ./coverage/lcov.info | coveralls -v",
"lint": "eslint src",
Expand Down

0 comments on commit b824502

Please sign in to comment.