We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ab2a5 commit b6a4aa4Copy full SHA for b6a4aa4
1 file changed
.github/workflows/cli_tests.yml
@@ -24,7 +24,9 @@ jobs:
24
cache: npm
25
26
- name: Install dependencies
27
- run: npm install --ignore-scripts
+ run: |
28
+ cd ..
29
+ npm ci --ignore-scripts
30
31
- name: Build CLI
32
run: npm run build
0 commit comments