Skip to content

Commit 463be9c

Browse files
committed
Updating ng build command in circleci [2]
1 parent 389045c commit 463be9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

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

4747
# run tests!
48-
- run: ng lint
49-
- run: ng test -- --code-coverage=true --progress=true --watch=false
48+
- run: npm run lint
49+
- run: npm run test -- --code-coverage=true --progress=true --watch=false
5050
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
51-
- run: ng build plotly --configuration production
51+
- run: npm run build -- plotly --configuration production

0 commit comments

Comments
 (0)