Skip to content

Commit c6e5784

Browse files
committed
fix
1 parent ff0798b commit c6e5784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"prettier": "@schleifner/prettier-config",
1414
"scripts": {
15-
"build": "tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json && node scripts/build_instrumentation.js",
15+
"build": "node scripts/build_instrumentation.js && tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json",
1616
"test:as": "node bin/as-test.js",
1717
"test:ts": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
1818
"test:cpp": "cmake -B build -S . && cmake --build build && build/bin/wasm-instrumentation-test",

0 commit comments

Comments
 (0)