Skip to content

Commit f50b118

Browse files
committed
updating circleci
1 parent ede3219 commit f50b118

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636

3737
# run tests!
3838
- run: npm run lint
39-
- run: npm run test -- --watch=false --code-coverage
39+
- run: npm run test -- --codeCoverage=true --progress=true --watch=false
4040
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
41+
- run: npm run build -- plotly --prod

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
"@angular-devkit/build-ng-packagr": "~0.1000.6",
3030
"@angular/cli": "~10.0.6",
3131
"@angular/compiler-cli": "~10.0.9",
32-
"@types/node": "^12.11.1",
3332
"@types/jasmine": "~3.5.0",
3433
"@types/jasminewd2": "~2.0.3",
34+
"@types/node": "^12.11.1",
3535
"codelyzer": "^6.0.0",
36+
"coveralls": "^3.1.0",
3637
"jasmine-core": "~3.5.0",
3738
"jasmine-spec-reporter": "~5.0.0",
3839
"karma": "~5.0.0",

0 commit comments

Comments
 (0)