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 113db9d commit 4bd8879Copy full SHA for 4bd8879
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
registry-url: 'https://registry.npmjs.org'
18
cache: 'npm'
19
- name: Install Dependencies
20
- - run: npm ci --ignore-scripts
+ run: npm ci --ignore-scripts
21
- name: Lint
22
run: npm run lint
23
- name: Test
0 commit comments