We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c2f2a commit 03082cbCopy full SHA for 03082cb
.circleci/config.yml
@@ -34,9 +34,7 @@ jobs:
34
- node_modules
35
key: v1-dependencies-{{ checksum "package.json" }}
36
37
- - run: npm run build -- --prod
38
-
39
# run tests!
40
- run: npm run lint
41
- - run: npm run test -- --watch=false --code-coverage
+ - run: npm run test -- --watch=false --prod --code-coverage
42
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments