Skip to content

Commit 7f7a67b

Browse files
committed
🛠️ WIP
1 parent 938e875 commit 7f7a67b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/[email protected]
1414
with:
1515
registry-url: "https://npm.pkg.github.com"
16-
- run: npm publish
16+
- run: yarn
17+
- run: yarn build
18+
- run: yarn publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)