Добавление симлинков для импортов (#56)

This commit is contained in:
Nikolay
2021-01-06 11:54:40 +03:00
committed by GitHub
parent 8b1c830f56
commit 0f5175ab79
9 changed files with 83 additions and 45 deletions

View File

@ -22,8 +22,9 @@
"typescript": "^4.0.3"
},
"scripts": {
"symlinks": "node scripts/create-symlinks/index",
"start": "webpack serve",
"init": "npm run clean && npm i",
"init": "npm run clean && npm i && npm run symlinks",
"dev": "webpack serve --open false",
"build": "webpack --mode=production",
"eslint": "eslint -c .eslintrc.json src --fix",