We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2724d commit 389045cCopy full SHA for 389045c
.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