revert: revert to yarn to deploy

This commit is contained in:
2023-09-14 21:08:33 -06:00
parent f5a9a88f84
commit f11ae1c4f3
11 changed files with 6639 additions and 221 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"scripts": {
"develop": "next dev",
"build": "next build",
"prestart": "bun install && next build",
"prestart": "yarn install && next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
@@ -50,4 +50,4 @@
"husky": "^8.0.3",
"typescript": "5.2.2"
}
}
}