Skip to content

Commit f49382c

Browse files
218 - Adds script to create a changeset and adds a changeset file to test
1 parent 501877a commit f49382c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/modern-olives-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
Updates metadata pages and adds initial version of process-list page

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: changesets
3131
uses: changesets/action@v1
3232
with:
33-
publish: yarn run publish-packages
33+
publish: yarn run packages:publish
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"",
99
"prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"",
1010
"build": "turbo run build",
11-
"publish-packages": "turbo run build lint test && changeset publish",
11+
"packages:changeset": "changeset",
12+
"packages:publish": "turbo run build lint test && changeset publish",
1213
"prepare": "husky install"
1314
},
1415
"devDependencies": {

0 commit comments

Comments
 (0)