From ebc7edc5a51b33fed7bfacc6cf40d13625c93ed4 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Tue, 3 Oct 2017 19:10:19 +0200
Subject: [PATCH] [enh] Add "yarn run tscw" command

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 80c40ec37..c89353b51 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
   "scripts": {
     "prepublish": "tsc",
     "tsc": "tsc",
+    "tscw": "tsc -w",
     "test": "nyc --reporter html mocha",
     "start": "node bin/duniter start",
     "build": "tsc && cd \"node_modules/duniter-ui\" && npm install && npm run build",
-- 
GitLab