1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-24 22:11:02 +00:00

have env var scripts.. but I'm not sure I like it

This commit is contained in:
Bowden
2018-01-04 16:16:00 -08:00
parent 958d0f5e4b
commit 7974d20503
6 changed files with 71 additions and 10 deletions

View File

@@ -20,10 +20,7 @@
"build-sass": "node-sass src/public/css/main.scss dist/public/css/main.css",
"watch-sass": "node-sass -w src/public/css/main.scss dist/public/css/main.css",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"copy-static-assets": "ts-node copyStaticAssets.ts",
"debug": "npm run build && npm run watch-debug",
"serve-debug": "nodemon --inspect dist/server.js",
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run serve-debug\""
"copy-static-assets": "ts-node copyStaticAssets.ts"
},
"dependencies": {
"async": "^2.6.0",