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": [],