feat: added script eslint-fix and build

This commit is contained in:
Begerad, Stefan 2021-09-09 14:10:30 -04:00
parent d587eb3da6
commit 7415075c28
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.js\""
"format": "prettier --write \"src/**/*.js\"",
"eslint-fix": "eslint --fix \"src/**/*.js\"",
"build": "webpack --mode production"
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later",