Skip to content

Commit

Permalink
chore: clean unused scripts (#8202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone authored Sep 5, 2024
1 parent 2b7fd2a commit 3d3d9d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 126 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"size:data": "tsx ./scripts/size-data.ts",
"size:report": "tsx ./scripts/size-report.ts",
"size:generate": "./scripts/size-generate.sh",
"clean": "./scripts/clean.sh",
"ci:version:canary": "changeset version --snapshot canary && pnpm install --no-frozen-lockfile",
"ci:publish:canary": "pnpm run build:packages && pnpm publish --access public -r --no-git-checks --tag canary",
"release-note:draft": "tsx ./scripts/release-note/convert.ts",
Expand Down
27 changes: 0 additions & 27 deletions scripts/clean.sh

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/publish.sh

This file was deleted.

55 changes: 0 additions & 55 deletions scripts/replace-canary-version.sh

This file was deleted.

1 comment on commit 3d3d9d7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Size Report

Bundles

Entry Size Gzip Brotli

Packages

Name Size Gzip Brotli
blocks 2.44 MB (-6.13 kB) 511 kB (-650 B) 363 kB (-142 B)
editor 84 B 89 B 63 B
store 83 B 88 B 63 B
inline 84 B 88 B 63 B

Please sign in to comment.