We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ab863 commit e781803Copy full SHA for e781803
.circleci/config.yml
@@ -36,5 +36,5 @@ jobs:
36
37
# run tests!
38
- run: npm run lint
39
- - run: npm run test -- --watch=false --prod --code-coverage
+ - run: npm run test -- --watch=false --code-coverage
40
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments