zinc: fix ui's npmDepsHash

This was written before #200470, but wasn't tested after it was merged, leading to the hash being incorrect.
This commit is contained in:
Winter 2022-12-08 21:50:35 -05:00
parent aaac4123e3
commit 0c4c1834d0

View file

@ -18,7 +18,7 @@ let
sourceRoot = "source/web";
npmDepsHash = "sha256-Ao/kDryui4thurqap/d/+82z058HoF2ZJSVKQqVwfVg=";
npmDepsHash = "sha256-clRijS+hxWc1LwlAKjEEk/6XPBYC6CcLq5g/ry4a04g=";
CYPRESS_INSTALL_BINARY = 0; # cypress tries to download binaries otherwise