We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5376 commit faceb0dCopy full SHA for faceb0d
rest-api/package.json
@@ -7,10 +7,22 @@
7
"build": "tsc",
8
"start-server": "node dist/server.js",
9
"start-dev-server": "tsc-watch --onSuccess \"node dist/server.js\"",
10
- "dev": "npm-run-all clean build start-dev-server"
+ "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"
13
},
14
"author": "",
15
"license": "MIT",
16
+
17
18
19
20
21
22
23
24
25
26
"devDependencies": {
27
"@types/express": "^4.17.13",
28
"npm-run-all": "^4.1.5",
0 commit comments