mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
test commands
This commit is contained in:
parent
cc04638f1e
commit
a6fea036d0
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@
|
||||||
"dev": "node-dev --respawn src/index.ts",
|
"dev": "node-dev --respawn src/index.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"fmt": "prettier -w .",
|
"fmt": "prettier -w .",
|
||||||
"test": "jest",
|
"ts-test": "jest",
|
||||||
"ui-test": "npm run build && cargo run --manifest-path ui-harness/Cargo.toml --bin ui-tests",
|
"ui-test": "npm run build && cargo run --manifest-path ui-harness/Cargo.toml --bin ui-tests",
|
||||||
|
"test": "npm run ts-test && npm run ui-test",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue