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 10e7dce commit 61099d3Copy full SHA for 61099d3
.github/workflows/publish.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Update npm
23
run: npm install -g npm@latest
24
- run: npm ci
25
- - run: npm run build --if-present
+ - run: npm run build
26
- run: npm publish --access public
0 commit comments