Skip to content

Commit

Permalink
Try working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mderazon committed Oct 13, 2023
1 parent 59e6fdd commit f4d929c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: |
cd builder
- name: "Publish"
working-directory: ./builder
run: |
npm ci
npm run build
# scoped packages are private by default so need to add public flag
Expand Down

0 comments on commit f4d929c

Please sign in to comment.