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

Commit 459625f

Browse files
committedOct 23, 2019
test(ci): remove deps command
'yarn deps' dosen't exist script in pacakges.json
1 parent 8d252c9 commit 459625f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.circleci/config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ commands:
2727
- run:
2828
name: Lint project
2929
command: yarn lint
30-
deps:
31-
steps:
32-
- run:
33-
name: Check dependencies
34-
command: yarn deps
3530
test:
3631
steps:
3732
- run:
@@ -54,7 +49,6 @@ commands:
5449
- save-cache
5550
- build
5651
- lint
57-
- deps
5852
- test
5953
jobs:
6054
v10:

0 commit comments

Comments
 (0)
This repository has been archived.