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 46d036f commit f0dc9feCopy full SHA for f0dc9fe
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '16.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: |
16
- yarn install
+ yarn install --production=false
17
yarn build
18
yarn publish
19
env:
0 commit comments