You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,18 @@
9
9
"author": "Bowden Kelly",
10
10
"license": "MIT",
11
11
"scripts": {
12
-
"start": "npm run build && npm run watch",
12
+
"start": "npm run serve",
13
13
"build": "npm run build-sass && npm run build-ts && npm run tslint && npm run copy-static-assets",
14
-
"serve": "nodemon dist/server.js",
15
-
"watch": "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\"",
14
+
"serve": "node dist/server.js",
15
+
"watch-node": "nodemon dist/server.js",
16
+
"watch": "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 watch-node\"",
"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\""
0 commit comments