Skip to content

Commit 1dcc0eb

Browse files
committed
remove lite
1 parent 1c954d0 commit 1dcc0eb

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

scripts/lite.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

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)