Skip to content

Commit e7bcf02

Browse files
committed
ci(circle): add make to image
1 parent fabfbc4 commit e7bcf02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
paths:
2424
- ~/.npm
2525
- ~/.cache
26+
- run:
27+
name: deps
28+
command: apt-get update && apt-get install -y make
2629
- run:
2730
when: always
2831
name: Lint project

0 commit comments

Comments
 (0)