Skip to content

Commit ae4dc6e

Browse files
committed
fix rebrand issues
1 parent 595c416 commit ae4dc6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/publish.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ try {
6767
execSync(`gh release create ${VERSION} --generate-notes --latest --title "Release v${VERSION}"`);
6868
}
6969

70-
execSync("node ./scripts/lite.js");
71-
execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);
72-
7370
// Publish canonical packages
7471
execSync("node scripts/publish-canonical.js");
72+
73+
execSync("node ./scripts/lite.js");
74+
execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);

0 commit comments

Comments
 (0)