Skip to content

Commit 389045c

Browse files
committed
Updating ng build command in circleci
1 parent 5b2724d commit 389045c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.circleci/config.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ jobs:
4545
key: v1-dependencies-{{ checksum "package.json" }}
4646

4747
# 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-
48+
- run: ng lint
49+
- run: ng test -- --code-coverage=true --progress=true --watch=false
5650
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
57-
- run: npm run build -- plotly --prod
51+
- run: ng build plotly --configuration production

0 commit comments

Comments
 (0)