remove prebuild from global package.json

This commit is contained in:
Elio Bischof
2023-06-08 07:03:11 +02:00
parent 7901db5a79
commit 7784bbf3cf
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
"private": true,
"scripts": {
"generate": "turbo run generate",
"prebuild": "turbo run generate",
"build": "turbo run build",
"test": "turbo run test",
"test:watch": "turbo run test:watch",

View File

@@ -14,8 +14,8 @@
"!.next/cache/**"
],
"dependsOn": [
"generate",
"lint",
"generate",
"^build"
]
},