We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.js
1 parent ffa305f commit 803fe8eCopy full SHA for 803fe8e
build/release.js
@@ -12,7 +12,7 @@ import child from "node:child_process";
12
import path from "node:path";
13
import chalk from "chalk";
14
import enquirer from "enquirer";
15
-import { build } from "./tasks/build";
+import { build } from "./tasks/build.js";
16
17
var releaseVersion,
18
nextVersion,
0 commit comments