We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87c7cd commit 6efeedcCopy full SHA for 6efeedc
.github/workflows/quality-checks.yml
@@ -32,7 +32,7 @@ jobs:
32
cache: 'npm'
33
34
- name: Install Dependencies
35
- run: npm install
+ run: npm ci
36
37
quality:
38
needs: install
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Run Type Check
55
run: npm run typecheck
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
- name: Build
84
run: npm run build
0 commit comments