chore: ffs github

This commit is contained in:
Evo
2022-09-16 12:13:07 +05:30
committed by GitHub
parent 6212fb3588
commit 0855abfea3

View File

@@ -20,7 +20,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm i
- run: npm i && npm run build
if: ${{ steps.release.outputs.release_created }}
- run: npm link
if: ${{ steps.release.outputs.release_created }}
@@ -29,4 +29,4 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}