Skip to content

Commit faceb0d

Browse files
committed
Typescript Bootcamp
1 parent d7a5376 commit faceb0d

File tree

3 files changed

+1197
-1
lines changed

3 files changed

+1197
-1
lines changed

rest-api/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@
77
"build": "tsc",
88
"start-server": "node dist/server.js",
99
"start-dev-server": "tsc-watch --onSuccess \"node dist/server.js\"",
10-
"dev": "npm-run-all clean build start-dev-server"
10+
"dev": "npm-run-all clean build start-dev-server",
11+
"populate-db": "npm-run-all clean build run-populate-db-script",
12+
"run-populate-db-script": "node dist/models/populate-db.js"
1113
},
1214
"author": "",
1315
"license": "MIT",
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
1426
"devDependencies": {
1527
"@types/express": "^4.17.13",
1628
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)