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 892ae30 commit 9bf6c6dCopy full SHA for 9bf6c6d
1 file changed
tools/release/publish-stable.mjs
@@ -4,7 +4,7 @@ import { parseArgs } from "util";
4
import { runCheck } from "./check.mjs";
5
import { createTag, currentBranch, isWorkingTreeClean, pushTag, tagExists } from "./lib/git.mjs";
6
import { npmViewExists, pnpmPublish } from "./lib/npm.mjs";
7
-import { ALL_PACKAGES, findPackage, PACKAGES } from "./lib/packages.mjs";
+import { ALL_PACKAGES, PACKAGES } from "./lib/packages.mjs";
8
9
function log(msg = "") {
10
process.stdout.write(`${msg}\n`);
0 commit comments