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 4596756 commit ccff406Copy full SHA for ccff406
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'npm'
25
26
- name: Install dependencies
27
- run: npm ci
+ run: npm install
28
29
- name: Compile TypeScript
30
run: npm run compile
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Compile and package
56
run: |
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments