Skip to content

Commit

Permalink
chore: fix turbo publish-release
Browse files Browse the repository at this point in the history
remove unneeded create-release-notes script
  • Loading branch information
luwes committed Dec 10, 2024
1 parent 98069a1 commit 0b02281
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 706 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"build": "turbo run build",
"i18n": "turbo run i18n",
"prepare": "husky install",
"create-release-notes": "turbo run create-release-notes --filter '@mux/*'",
"publish-release": "turbo run publish-release --filter '@mux/*' --"
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-active-viewer-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-audio-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:cjs --minify' 'build:esm --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-elements-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"build:esm": "esbuild src/index.ts --target=es2019 --format=esm --outdir=dist --out-extension:.js=.mjs",
"build:types": "tsc",
"build": "npm-run-all --parallel build:esm",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-player-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:cjs --minify' 'build:esm --minify' 'build:esm:lazy --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify' 'build:themes'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-uploader-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:cjs --minify' 'build:esm --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-video-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:cjs --minify' 'build:esm --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/mux-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/playback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"build:types": "tsc",
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4 --to=3.4",
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'",
"create-release-notes": "create-release-notes ./CHANGELOG.md",
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
Expand Down
67 changes: 0 additions & 67 deletions scripts/create-release-notes/create-release-notes.js

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/create-release-notes/package.json

This file was deleted.

3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"clean": {
"cache": false
},
"publish-release": {
"cache": false
},
"lint": {
"outputs": []
},
Expand Down
Loading

0 comments on commit 0b02281

Please sign in to comment.