From 6515b151fc07966918e29188ec5d77171ccd24bf Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 3 Apr 2022 15:26:12 +0300 Subject: [PATCH] production, oops --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65feb98..ae4013f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build:prod": "tsc && webpack --mode=development", + "build:prod": "tsc && webpack --mode=production", "watch": "concurrently \"tsc -w\" \"nodemon dist/server/\" \"webpack --mode=development -w\"" }, "keywords": [],