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 4107a23 commit 2738701Copy full SHA for 2738701
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
25
26
- name: Install dependencies
27
- run: npm ci
+ run: npm i
28
29
- name: Run linter
30
run: npm run lint
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: 'npm'
22
23
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Run tests with coverage
49
run: npm test
0 commit comments