This commit is contained in:
schmelczerandras 2020-11-19 19:50:14 +01:00
parent 5592828c92
commit 5dbf8b7878
3 changed files with 13 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*\"",
"build": "webpack --mode production"
},
"repository": {