Skip to content

Commit

Permalink
delete unneeded run targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Apr 2, 2024
1 parent 3dea829 commit 1e9f578
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/prisma-db-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@
}
},
"scripts": {
"build": "tsup",
"build:model": "bun src/createModel.ts > schema.prisma",
"format:model": "prisma format",
"dev": "tsup --watch",
"lint": "eslint \"**/*.ts*\"",
"lint-fix": "eslint --fix \"**/*.ts*\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --color",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --color",
"test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage"
"lint-fix": "eslint --fix \"**/*.ts*\""
},
"devDependencies": {
"@slub/edb-build-helper": "workspace:*",
Expand Down

0 comments on commit 1e9f578

Please sign in to comment.