updates on database seed, popluates example vals
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && ./node_modules/.bin/tsc --project ./tsconfig.json",
|
||||
"seed": "npm run build && ts-node-dev db/seed.ts",
|
||||
"populate": "npm run build && node dist/db/examplevals.js",
|
||||
"dev": "rm -rf dist && ./node_modules/.bin/tsc --project ./tsconfig.json --watch & ts-node-dev index.ts",
|
||||
"prod": "npm run build && node dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Reference in New Issue
Block a user