Skip to content

Commit

Permalink
fix: remove typescript-cp
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Nov 2, 2023
1 parent c72857d commit ec3e3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "commonjs",
"scripts": {
"start": "node .",
"prestart": "tsc --p tsconfig.json && tscp",
"prestart": "tsc --p tsconfig.json",
"format": "prettier --write ./",
"dev": "npm run format && ts-node src/index.ts",
"migrate": "npx prisma migrate dev --name init"
Expand Down Expand Up @@ -34,7 +34,7 @@
"toml-require": "^1.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript-cp": "^0.1.9",
// "typescript-cp": "^0.1.9",
"zod": "^3.22.4"
}
}

0 comments on commit ec3e3ec

Please sign in to comment.