Skip to content

Commit ac08f49

Browse files
committed
clean up
1 parent 760c40c commit ac08f49

File tree

4 files changed

+1
-39
lines changed

4 files changed

+1
-39
lines changed

lib/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"vite-tsconfig-paths": "^5.1.4",
4545
"vitest": "^2.1.8"
4646
},
47-
"dependencies": {
48-
"r18gs": "^3.0.1"
49-
},
5047
"peerDependencies": {
5148
"@types/react": ">=16.8",
5249
"next": ">=10",
@@ -86,4 +83,4 @@
8683
"Modern",
8784
"Seamless integration"
8885
]
89-
}
86+
}

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
@@ -90,6 +90,3 @@ execSync(`cd lib && pnpm build && npm publish ${provenance} --access public --ta
9090
execSync(
9191
`gh release create ${NEW_VERSION} --generate-notes${isLatestRelease ? " --latest" : ""} -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${NEW_VERSION}"`,
9292
);
93-
94-
execSync("node ./scripts/lite.js");
95-
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
@@ -62,6 +62,3 @@ try {
6262
} catch {
6363
execSync(`gh release create ${VERSION} --generate-notes --latest --title "Release v${VERSION}"`);
6464
}
65-
66-
execSync("node ./scripts/lite.js");
67-
execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);

0 commit comments

Comments
 (0)