PS
Size: a a a
PS
А
"scripts": {
"start": "node app.ts",
"dev": "nodemon --watch src -e ts,ejs,js --exec npm run dev:start",
"dev:start": "npm-run-all build start",
"build": "npm-run-all clean tsc copy-assets",
"tsc": "tsc",
"clean": "rimraf dist/*",
"copy-assets": "ts-node tools/copyAssets",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
MI
А
PS
"scripts": {
"start": "node app.ts",
"dev": "nodemon --watch src -e ts,ejs,js --exec npm run dev:start",
"dev:start": "npm-run-all build start",
"build": "npm-run-all clean tsc copy-assets",
"tsc": "tsc",
"clean": "rimraf dist/*",
"copy-assets": "ts-node tools/copyAssets",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
PS
А
MI
VL
А
CM
В
VL
CM
В
в
CM
PS
V