Skip to content

Commit 5a3c526

Browse files
fix
1 parent 4f5a3f5 commit 5a3c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:cpp": "cmake -B build -S . && cmake --build build --parallel 4 --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test",
1919
"test": "npm run test:as && npm run test:ts && npm run test:cpp",
2020
"lint": "eslint src assembly transform tests/ts/test --max-warnings=0 && prettier -c .",
21-
"lint:fix": "eslint src assembly --fix && prettier --write .",
21+
"lint:fix": "eslint src assembly transform --fix && prettier --write .",
2222
"example": "node bin/as-test.js --config example/as-test.config.cjs ; node bin/as-test.js --config example/as-test.config.js"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)