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 e5c8af8 commit cf26bfdCopy full SHA for cf26bfd
scripts/build.js
@@ -3,8 +3,6 @@ import path from "path";
3
import { fileURLToPath } from "url";
4
import { execSync } from "child_process";
5
6
-console.log('hello');
7
-
8
const dirname = path.dirname(fileURLToPath(import.meta.url));
9
10
let target = process.argv[2];
0 commit comments