We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595c416 commit ae4dc6eCopy full SHA for ae4dc6e
1 file changed
scripts/publish.js
@@ -67,8 +67,8 @@ try {
67
execSync(`gh release create ${VERSION} --generate-notes --latest --title "Release v${VERSION}"`);
68
}
69
70
-execSync("node ./scripts/lite.js");
71
-execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);
72
-
73
// Publish canonical packages
74
execSync("node scripts/publish-canonical.js");
+
+execSync("node ./scripts/lite.js");
+execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);
0 commit comments