Skip to content

Commit

Permalink
ci: remove legacy script entry (#8412)
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Sep 20, 2024
1 parent fa30673 commit f64e93d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f64e93d

Please sign in to comment.