Skip to content

Commit 591d9c7

Browse files
authored
Cd to library
1 parent 580b1f0 commit 591d9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 16
3232
registry-url: https://registry.npmjs.org
33-
- run: npm ci && npm run build
33+
- run: cd library && npm ci && npm run build
3434
- run: npm publish
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)