From f64e93d2d8b3961e9e3c0fa521ae5cf02a00e38e Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Fri, 20 Sep 2024 10:37:12 +0800 Subject: [PATCH] ci: remove legacy script entry (#8412) --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 95824908bee8..eb2037ee9971 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,6 @@ "ci:publish": "yarn build:packages && yarn workspaces foreach -Ap --no-private npm publish --tolerate-republish --access public --tag latest", "ci:version:canary": "changeset version --snapshot canary && yarn install --no-frozen-lockfile", "ci:publish:canary": "yarn build:packages && yarn workspaces foreach -Ap --no-private npm publish --access public --tag canary", - "release-note:draft": "tsx ./scripts/release-note/convert.ts", - "release-note:notable": "node ./scripts/release-note/notable-prs.mjs", "postinstall": "husky" }, "lint-staged": {