Skip to content

Commit 9926fd2

Browse files
authored
restore npm run all (calcom#24080)
1 parent 7793cb2 commit 9926fd2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/prisma/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"zod": "^3.22.4",
3333
"zod-prisma-types": "^3.2.4"
3434
},
35+
"devDependencies": {
36+
"npm-run-all": "^4.1.5"
37+
},
3538
"main": "index.ts",
3639
"types": "index.d.ts",
3740
"files": [

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3848,6 +3848,7 @@ __metadata:
38483848
"@prisma/client": ^6.7.0
38493849
"@prisma/extension-accelerate": ^1.3.0
38503850
"@prisma/generator-helper": ^6.7.0
3851+
npm-run-all: ^4.1.5
38513852
prisma: ^6.7.0
38523853
prisma-kysely: 2.2.0
38533854
ts-node: ^10.9.1

0 commit comments

Comments
 (0)