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 d0a7618 commit e93b74fCopy full SHA for e93b74f
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
key: v1-dependencies-{{ checksum "package.json" }}
46
47
# run tests!
48
- - run: ng lint
49
- - 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
50
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
51
- - run: ng build plotly --configuration production
+ - run: npm run build -- plotly --configuration production
0 commit comments