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 5a3c526 commit 607b5d3Copy full SHA for 607b5d3
package.json
@@ -18,7 +18,7 @@
18
"test:cpp": "cmake -B build -S . && cmake --build build --parallel 4 --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test",
19
"test": "npm run test:as && npm run test:ts && npm run test:cpp",
20
"lint": "eslint src assembly transform tests/ts/test --max-warnings=0 && prettier -c .",
21
- "lint:fix": "eslint src assembly transform --fix && prettier --write .",
+ "lint:fix": "eslint src assembly transform tests/ts/test --fix && prettier --write .",
22
"example": "node bin/as-test.js --config example/as-test.config.cjs ; node bin/as-test.js --config example/as-test.config.js"
23
},
24
"dependencies": {
0 commit comments