Skip to content

Commit

Permalink
build: fix build pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaycock committed Dec 29, 2023
1 parent 75751ef commit 4dffe83
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [["@cloudmix-dev/*"]],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@cloudmix-dev/storybook"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create PR or publish
uses: changesets/action@v1
with:
publish: pnpm publish --access public
publish: pnpm publish -r --access public
commit: "chore: publish"
title: Publish new version
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
- name: Publish Storybook
uses: cloudflare/wrangler-action@v3
with:
packageManager: pnpm
workingDirectory: "www/storybook"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ui",
"private": true,
"scripts": {
"publish": "pnpm publish -r",
"postinstall": "npx husky install"
},
"keywords": [],
Expand Down
1 change: 0 additions & 1 deletion www/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@cloudmix-dev/storybook",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
Expand Down

0 comments on commit 4dffe83

Please sign in to comment.