We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014a11f commit 3171c58Copy full SHA for 3171c58
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"install": "node install.js",
9
"prepack": "tsc",
10
- "build": "cmake-js build",
+ "build": "cmake-js build --prefer-make",
11
"pretest": "tsc",
12
"test": "tsx tests/run.ts"
13
},
0 commit comments