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 1c11ceb commit e5377baCopy full SHA for e5377ba
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm ci
24
25
- name: Build
26
- run: npm run build
+ run: npm run release
27
28
- name: Publish to NPM
29
run: npm publish
0 commit comments