Skip to content

Commit 4f7d6cb

Browse files
committed
Fix publish script
1 parent a1d2601 commit 4f7d6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
// no changesets to be applied
1515
}
1616

17-
const LATEST_VERSION = execSync("npm view react18-loaders version").toString();
17+
const LATEST_VERSION = execSync("npm view esbuild-plugin-react18 version").toString();
1818
const VERSION = require("../lib/package.json").version;
1919

2020
console.log({ VERSION, LATEST_VERSION });

0 commit comments

Comments
 (0)