fix test script

This commit is contained in:
0xtsukino
2023-11-14 09:51:48 +03:00
parent 13c673dc0c
commit 1295207681
3 changed files with 3 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
"build:wasm": "wasm-pack build --target web wasm/prover",
"build:test": "webpack --config webpack.test.config.js",
"watch:test": "webpack --config webpack.test.config.js --watch",
"serve:test": "serve ./test-build -l 3000",
"serve:test": "serve --config ../serve.json ./test-build -l 3000",
"test": "concurrently npm:watch:test npm:serve:test",
"lint:eslint": "eslint . --fix",
"lint:tsc": "tsc --noEmit",