Fix bootstraping

This commit is contained in:
schmelczerandras 2020-10-06 13:06:19 +02:00
parent 51a8e2a629
commit 6eddb4834b
6 changed files with 12 additions and 11 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"start": "concurrently --kill-others \"webpack --mode development -w\" \"nodemon --legacy-watch dist/main.js\"",
"lint": "eslint --fix \"src/**/*.ts\" && prettier --write \"src/**/*.ts\"",
"build": "webpack --mode production"
"build": "webpack --mode production",
"initialize": "npm install"
},
"keywords": [],
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",