Skip to content

Commit 4be0391

Browse files
committed
ci: add npm run lint to ci
1 parent ec99585 commit 4be0391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
key: ngx-planet-{{ .Branch }}-{{ checksum "package-lock.json" }}
1414
paths:
1515
- 'node_modules'
16+
- run: npm run lint
1617
- run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
1718
- run: npm run report-coverage

0 commit comments

Comments
 (0)