Skip to content
Snippets Groups Projects
Commit eea2430e authored by Éloïs's avatar Éloïs
Browse files

[build] yarn test now plays rust tests (in addition to typescript tests)

parent 13b21ba6
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
"tsc": "tsc", "tsc": "tsc",
"tscw": "tsc -w", "tscw": "tsc -w",
"doc": "typedoc --out typedoc/ index.ts app/ --mode file --readme README.md --includeDeclarations --sourcefile-url-prefix \"https://git.duniter.org/nodes/typescript/duniter/blob/loki/\"", "doc": "typedoc --out typedoc/ index.ts app/ --mode file --readme README.md --includeDeclarations --sourcefile-url-prefix \"https://git.duniter.org/nodes/typescript/duniter/blob/loki/\"",
"test": "nyc --reporter html mocha", "test": "cargo test --all && nyc --reporter html mocha",
"test:rs": "cargo test --all",
"test:ts": "nyc --reporter html mocha",
"start": "node bin/duniter start", "start": "node bin/duniter start",
"build": "./neon/build.sh && cd.. && tsc && cd \"../node_modules/duniter-ui\" && npm install && npm run build", "build": "./neon/build.sh && cd.. && tsc && cd \"../node_modules/duniter-ui\" && npm install && npm run build",
"install": "./neon/build.sh", "install": "./neon/build.sh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment