We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e5693 commit e3d4bbcCopy full SHA for e3d4bbc
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- checkout
23
- restore_cache: *restore-cache
24
- - run: npm install
+ - run: npm ci
25
- save_cache: *save-cache
26
- run: npm run build
27
- run: npm run lint
0 commit comments