mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
@@ -20,7 +20,7 @@
|
||||
"watch-ts": "tsc -w",
|
||||
"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",
|
||||
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts}' --quiet --fix",
|
||||
"lint": "tsc --noEmit && eslint \"*/**/*.{js,ts}\" --quiet --fix",
|
||||
"copy-static-assets": "ts-node copyStaticAssets.ts",
|
||||
"debug": "npm run build && npm run watch-debug",
|
||||
"serve-debug": "nodemon --inspect dist/server.js",
|
||||
|
||||
Reference in New Issue
Block a user