Skip to content

Commit 7734f1b

Browse files
committed
Update build process | release 0.1.1
Release-As: 0.1.1
1 parent a0d7a56 commit 7734f1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
if: ${{ steps.release.outputs.release_created }}
3030
- run: npm ci
3131
if: ${{ steps.release.outputs.release_created }}
32+
- run: npm run build
33+
if: ${{ steps.release.outputs.release_created }}
3234
- run: npm publish --access=public
3335
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3537
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)