feat: moving deployments to bun

This commit is contained in:
2023-09-14 14:14:12 -06:00
parent b26d5d8eba
commit ce87aa5ee3
6 changed files with 23 additions and 64 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"scripts": {
"develop": "next dev",
"build": "next build",
"prestart": "bun install && next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
@@ -49,4 +50,4 @@
"husky": "^8.0.3",
"typescript": "5.2.2"
}
}
}