Skip to content

Commit 4183d04

Browse files
committed
Clean publish scripts
1 parent e1ae77f commit 4183d04

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scripts/manual-publish.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,3 @@ execSync(`cd lib && pnpm build && npm publish --provenance --access public --tag
7575
execSync(
7676
`gh release create ${NEW_VERSION} --generate-notes${isLatestRelease ? " --latest" : ""} -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${NEW_VERSION}"`,
7777
);
78-
79-
execSync("node ./scripts/lite.js");
80-
execSync(`cd lib && pnpm build && npm publish --provenance --access public --tag ${tag}`);

scripts/publish.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ execSync("cd lib && pnpm build && npm publish --provenance --access public");
4646
execSync(
4747
`gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`,
4848
);
49-
50-
execSync("node ./scripts/lite.js");
51-
execSync("cd lib && pnpm build && npm publish --provenance --access public");

0 commit comments

Comments
 (0)