Skip to content

Commit e3d4bbc

Browse files
author
Daniel Sogl
committed
chore(ci): use npm ci
1 parent 43e5693 commit e3d4bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- checkout
2323
- restore_cache: *restore-cache
24-
- run: npm install
24+
- run: npm ci
2525
- save_cache: *save-cache
2626
- run: npm run build
2727
- run: npm run lint

0 commit comments

Comments
 (0)