Skip to content

Commit d0abc34

Browse files
authored
Update npm-publish.yml
1 parent bfe7801 commit d0abc34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Node.js Package
66
on:
77
release:
88
types: [published]
9+
workflow_dispatch:
910

1011
jobs:
1112
build:
@@ -15,6 +16,7 @@ jobs:
1516
- uses: actions/setup-node@v4
1617
with:
1718
node-version: 20
19+
- run: cd packages/lib
1820
- run: npm ci
1921
- run: npm run build
2022

@@ -27,6 +29,7 @@ jobs:
2729
with:
2830
node-version: 20
2931
registry-url: https://registry.npmjs.org/
32+
- run: cd packages/lib
3033
- run: npm ci
3134
- run: npm publish --access public
3235
env:

0 commit comments

Comments
 (0)