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

Commit

Permalink
Revert "Update package.json"
Browse files Browse the repository at this point in the history
This reverts commit 22bf12c.
  • Loading branch information
ojeytonwilliams committed Mar 31, 2021
1 parent cdd99af commit df652e6
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/typeorm/cli.js",
"typeorm": "ts-node -P tsconfig.server.json ./node_modules/.bin/typeorm",
"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 df652e6

Please sign in to comment.