Skip to content

Commit 852231d

Browse files
author
Ruben van Leeuwen
committed
Asume the directory is already changed
1 parent c9609fc commit 852231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
46-
publish: cd frontend && npm run packages:publish
46+
publish: npm run packages:publish
4747
env:
4848
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)