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 9959b5f commit 218e1c0Copy full SHA for 218e1c0
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
registry-url: "https://registry.npmjs.org/"
20
21
- name: Install dependencies
22
- run: npm ci --include=optional
+ run: npm install
23
24
- name: Build package
25
run: npm run build --if-present
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
cache: "npm"
26
- name: Run linting
27
run: npm run lint --if-present
0 commit comments