Skip to content

Commit

Permalink
fix: release (#1405)
Browse files Browse the repository at this point in the history
* f

* f
  • Loading branch information
samijaber committed Apr 22, 2024
1 parent 5bd7251 commit b3ddbb4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 102 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-jokes-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/create-mitosis': patch
---

Fix: update README
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
uses: changesets/action@v1
with:
publish: yarn ci:release
title: "📦 Publish Packages"
commit: "📦 Publish Packages"
title: "📦 Publish Mitosis"
commit: "📦 Publish Mitosis"
env:
# need this custom token to run CI checks on the created PR
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/save-build-artifacts.yml

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"remove-stableVersion": "./scripts/remove-stableVersion.sh",
"release:dev": "yarn build && yarn run remove-stableVersion && yarn version prerelease && yarn npm publish --tag dev",
"release:patch": "yarn build && yarn run remove-stableVersion && yarn version patch && yarn npm publish",
"mitosis-save-artifacts": "node -r esbuild-register ../../scripts/mitosis-save-artifacts.ts",
"start": "yarn rmrf && concurrently --kill-others \"yarn tsc --watch\" \"yarn tsc-alias --watch\"",
"script": "ts-node -O '{\"module\": \"commonjs\"}'"
},
Expand Down
67 changes: 0 additions & 67 deletions scripts/mitosis-save-artifacts.ts

This file was deleted.

0 comments on commit b3ddbb4

Please sign in to comment.