production, oops

This commit is contained in:
Evert Prants 2022-04-03 15:26:12 +03:00
parent 5c0d6e4a2f
commit 6515b151fc
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "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\"" "watch": "concurrently \"tsc -w\" \"nodemon dist/server/\" \"webpack --mode=development -w\""
}, },
"keywords": [], "keywords": [],