Browse Source

build: past sam was a silly goose

Samuel Attard 6 months ago
parent
commit
f7ac1bf039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/generate-deps-hash.js

+ 1 - 1
script/generate-deps-hash.js

@@ -8,7 +8,7 @@ const FALLBACK_HASH_VERSION = 3;
 // Per platform hash versions to bust the cache on different platforms
 const HASH_VERSIONS = {
   darwin: 3,
-  win32: 4,
+  win32: 3,
   linux: 3
 };