Skip to content

Commit b12318c

Browse files
added yarn build to actions script
1 parent bcfc73d commit b12318c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '15.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn
16+
- run: yarn build
1617
- run: yarn publish
1718
env:
1819
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)