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 851317c commit f056591Copy full SHA for f056591
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
registry-url: "https://registry.npmjs.org"
35
- name: Install dependencies
36
- run: npm install
+ run: npm install --production=false
37
- name: Parse Changelog # Exits if changelog not found
38
id: changelog
39
env:
0 commit comments