Skip to content

Commit

Permalink
fix: changeset publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Apr 23, 2024
1 parent d855b18 commit d98bbf7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
commit: "chore: 🚀 release"
title: "chore: 🚀 release"
publish: npm run release
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "turbo build",
"dev": "turbo dev",
"test": "turbo test",
"release": "turbo release",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"build": "tsup src/index.ts --dts --clean --format cjs,esm",
"dev": "npm run build -- --watch",
"prepublish": "npm run build",
"release": "npx changeset publish",
"start": "npm run dev",
"test": "run-p test:*",
"test:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down
1 change: 0 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"build": "vite build",
"dev": "vite dev",
"prepublish": "npm run build",
"release": "npx changeset publish",
"start": "npm run dev",
"test": "run-p test:*",
"test:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down
3 changes: 0 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"test": {
"dependsOn": ["^test", "^build"]
},
"release": {
"dependsOn": ["^test", "^build"]
},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit d98bbf7

Please sign in to comment.