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 7559a3b commit e5c8af8Copy full SHA for e5c8af8
scripts/build.js
@@ -3,6 +3,8 @@ 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