Skip to content

Commit e781803

Browse files
committed
Removing prod flag from npm run test
1 parent 21ab863 commit e781803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636

3737
# run tests!
3838
- run: npm run lint
39-
- run: npm run test -- --watch=false --prod --code-coverage
39+
- run: npm run test -- --watch=false --code-coverage
4040
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)