Fix bootstraping
This commit is contained in:
parent
51a8e2a629
commit
6eddb4834b
6 changed files with 12 additions and 11 deletions
|
|
@ -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/)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue