Turbo cache (#767)

* Try to add vercel caching with turbo

* Update lockfile

* Update turbo json file

* Fix CI

* Add new rule

* re-launch ci

* Update CI to use Turbo

* Use yarn turbo build
This commit is contained in:
Thomas Camlong
2023-03-18 18:19:28 +08:00
committed by GitHub
parent 47cb9cd5b6
commit 04a304dcd6
5 changed files with 48 additions and 32 deletions

View File

@@ -10,6 +10,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"turbo" : "turbo run build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit",
@@ -92,7 +93,7 @@
"jest": "^28.1.3",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"turbo": "^1.7.4",
"turbo": "^1.8.3",
"typescript": "^4.7.4",
"video.js": "^8.0.3"
},