Skip to content
Snippets Groups Projects
Commit ebc7edc5 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Add "yarn run tscw" command

parent 5c12e7a0
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"scripts": { "scripts": {
"prepublish": "tsc", "prepublish": "tsc",
"tsc": "tsc", "tsc": "tsc",
"tscw": "tsc -w",
"test": "nyc --reporter html mocha", "test": "nyc --reporter html mocha",
"start": "node bin/duniter start", "start": "node bin/duniter start",
"build": "tsc && cd \"node_modules/duniter-ui\" && npm install && npm run build", "build": "tsc && cd \"node_modules/duniter-ui\" && npm install && npm run build",
......
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