From 6c89964a1c0a10f0a31a1875a9531fbf70d57509 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 24 Oct 2019 11:40:38 -0400 Subject: [PATCH] build with tsc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47c5081..ffcbd03 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "name": "updux", "description": "Updeep-friendly Redux helper framework", "scripts": { - "build": "babel src --out-dir dist", + "build": "tsc", "test": "jest" }, "version": "0.1.0",