mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +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",
|
||||
"build": "tsc",
|
||||
"fmt": "prettier -w .",
|
||||
"test": "jest",
|
||||
"ts-test": "jest",
|
||||
"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 ."
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue