Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit e8ded7c

Browse files
committed
chore(ci): remove depcheck from circle testing
Uncertain of why this is currently failing - it's possible the global version of node in the `circleci/classic` image is incompatible - that should be investigated independently. In the meantime, the rest of CI isn't being run. Signed-off-by: Mike Fiedler <[email protected]>
1 parent a2029be commit e8ded7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

circle.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ jobs:
3535
# install nodejs
3636
- run: curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - && sudo apt -y install nodejs
3737
# install serverless & depcheck
38-
- run: npm install -g serverless depcheck
38+
- run: npm install -g serverless
3939
# install deps
4040
- run: npm i
41-
# depcheck
42-
- run: depcheck .
4341
# lint:
4442
- run: npm run lint
4543
# test!

0 commit comments

Comments
 (0)