We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0798b commit c6e5784Copy full SHA for c6e5784
package.json
@@ -12,7 +12,7 @@
12
},
13
"prettier": "@schleifner/prettier-config",
14
"scripts": {
15
- "build": "tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json && node scripts/build_instrumentation.js",
+ "build": "node scripts/build_instrumentation.js && tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json",
16
"test:as": "node bin/as-test.js",
17
"test:ts": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
18
"test:cpp": "cmake -B build -S . && cmake --build build && build/bin/wasm-instrumentation-test",
0 commit comments