Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afarzat-ed committed Aug 20, 2020
1 parent 65750cf commit 32a7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
# run tests!
- run: npm run lint
- run: npm run test -- --codeCoverage=true --progress=true --watch=false
- run: cat coverage/plotly/lcov.inf | ./node_modules/coveralls/bin/coveralls.js
- run: cat coverage/plotly/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- run: npm run build -- plotly --prod

0 comments on commit 32a7e8d

Please sign in to comment.