We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec99585 commit 4be0391Copy full SHA for 4be0391
.circleci/config.yml
@@ -13,5 +13,6 @@ jobs:
13
key: ngx-planet-{{ .Branch }}-{{ checksum "package-lock.json" }}
14
paths:
15
- 'node_modules'
16
+ - run: npm run lint
17
- run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
18
- run: npm run report-coverage
0 commit comments