Skip to content

Commit 2f5d9dd

Browse files
authored
Merge pull request #10 from workfloworchestrator/npm-publish-test
Npm publish test
2 parents d0e6075 + 2d4fce5 commit 2f5d9dd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Triggers npm publish test

0 commit comments

Comments
 (0)