Skip to content

Commit

Permalink
Updating ng build command in circleci [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefarzat committed Apr 10, 2023
1 parent 389045c commit 463be9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

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

0 comments on commit 463be9c

Please sign in to comment.