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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user