From f5ff77c91fb4ae309f4e2e01e83947b71cb95063 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Sun, 1 Sep 2019 13:38:55 +0900 Subject: [PATCH] chore: omit now-build --- api/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/api/package.json b/api/package.json index 156a7a9..e36607c 100644 --- a/api/package.json +++ b/api/package.json @@ -3,7 +3,6 @@ "version": "0.1.0", "scripts": { "build": "tsc", - "now-build": "tsc", "start": "tsc -w", "test": "jest" },