8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f272438 commit d0a7618Copy full SHA for d0a7618
.circleci/config.yml
@@ -45,13 +45,7 @@ jobs:
45
key: v1-dependencies-{{ checksum "package.json" }}
46
47
# run tests!
48
- - run: npm run lint
49
- - run:
50
- name: npm run test
51
- command: npm run test -- --code-coverage=true --progress=true --watch=false
52
- environment:
53
- CHROME_BIN: /usr/bin/google-chrome
54
-
55
+ - run: ng lint
+ - run: ng test -- --code-coverage=true --progress=true --watch=false
56
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
57
- - run: npm run build -- plotly --prod
+ - run: ng build plotly --configuration production
0 commit comments