Skip to content

Commit 3c47b4b

Browse files
author
Ruben van Leeuwen
committed
Fixes npm publish configuration. Excludes example/app from changesets
1 parent 96b35be commit 3c47b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
cwd: frontend
4848
env:
4949
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

frontend/.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["example"]
1111
}

0 commit comments

Comments
 (0)