Skip to content

Commit c9f9ac8

Browse files
committed
fix: remove prebuild, not needed for releases
1 parent 9ad27bf commit c9f9ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"private": true,
33
"scripts": {
44
"dev": "turbo run dev",
5-
"prebuild": "echo \"export const GIT_COMMIT_HASH = '$(git rev-parse HEAD)'\" > ./apps/router/src/constants/Version.tsx",
65
"build": "turbo run build",
76
"clean": "turbo run clean",
87
"format": "prettier --write \"**/*.{ts,tsx,md}\"",

0 commit comments

Comments
 (0)