From ba8a2310d28a4f73cc30c8dd671800176a4d41b8 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Tue, 13 Jul 2021 14:19:20 +0000 Subject: [PATCH] update build and clean scripts (cherry picked from commit f6d300eabc71e8933d4bda84078ead5c397c3849) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22cc851..69a7598 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "scripts": { "start": "nodemon app.ts", - "build": "tsc --project ./", - "clean": "tsc --build --clean", + "build": "tsc -build", + "clean": "tsc -build --clean", "test": "" }, "dependencies": { -- GitLab