mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-24 03:00:25 -04:00
fix test script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user