fix packages being reinstalled on every start
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-12 12:40:38 -04:00
parent 63f3821a13
commit 27b59c58b7
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ await Promise.all([
fs.mkdir(Global.Path.state, { recursive: true }),
])
const CACHE_VERSION = "1"
const CACHE_VERSION = "2"
const version = await Bun.file(path.join(Global.Path.cache, "version"))
.text()