Обновление readme файла

This commit is contained in:
2020-12-26 10:01:07 +03:00
parent a8e96514cd
commit 8690ca3418
3 changed files with 189 additions and 16 deletions

View File

@ -25,12 +25,14 @@
},
"scripts": {
"start": "webpack serve",
"init": "npm run clean && npm i",
"dev": "webpack serve --open false",
"build": "webpack --mode=production",
"eslint": "eslint -c .eslintrc.json src --fix",
"tsc": "tsc --p ./tsconfig.json",
"lint": "npm run eslint && npm run tsc",
"test": "jest"
"test": "jest",
"clean": "rm -rf node_modules && rm -rf build"
},
"devDependencies": {
"@babel/core": "^7.12.3",