Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Jan 10, 2022
1 parent 63b1717 commit 1128e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sequelize": "^6.12.5",
"ts-node": "^10.4.0",
"typescript-eslint": "^0.0.1-alpha.0"
},
"devDependencies": {
Expand Down Expand Up @@ -59,7 +60,7 @@
"precommit": "lint-staged",
"start": "NODE_ENV=production next start",
"export": "next export",
"db:seed": "ts-node src/db/seeds/index.ts",
"db:seed": "node_modules/.bin/ts-node src/db/seeds/index.ts",
"db:migrate": "npx sequelize-cli db:migrate",
"db:migrate:undo": "npx sequelize-cli db:migrate:undo",
"db:migrate:create": "npx sequelize migration:create --name"
Expand Down

0 comments on commit 1128e54

Please sign in to comment.