Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: paizle <44871665+paizle@users.noreply.github.com>
  • Loading branch information
ojeytonwilliams and paizle authored Mar 29, 2021
1 parent 12e01c6 commit 22bf12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "ts-node-dev --no-notify -P tsconfig.server.json ./server/app.ts",
"typeorm": "ts-node -P tsconfig.server.json ./node_modules/.bin/typeorm",
"typeorm": "ts-node -P tsconfig.server.json ./node_modules/typeorm/cli.js",
"db:generate": "npm run typeorm migration:generate -- -n",
"db:drop": "npm run typeorm schema:drop",
"db:seed": "ts-node -P tsconfig.server.json ./db/generator/index.ts",
Expand Down

0 comments on commit 22bf12c

Please sign in to comment.