Revert "release/dist: run yarn build before building CLI"

This caused breakages on the build server:

synology/dsm7/x86_64: chdir /home/ubuntu/builds/2023-08-21T21-47-38Z-unstable-main-tagged-devices/0/client/web: no such file or directory
synology/dsm7/i686: chdir /home/ubuntu/builds/2023-08-21T21-47-38Z-unstable-main-tagged-devices/0/client/web: no such file or directory
synology/dsm7/armv8: chdir /home/ubuntu/builds/2023-08-21T21-47-38Z-unstable-main-tagged-devices/0/client/web: no such file or directory
...

Reverting while I investigate.

This reverts commit 0fb95ec07d.

Signed-off-by: Will Norris <will@tailscale.com>
This commit is contained in:
Will Norris
2023-08-21 14:50:06 -07:00
committed by Will Norris
parent 0fb95ec07d
commit a461d230db
4 changed files with 8 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ fi
cachedir="$HOME/.cache/tailscale-yarn"
tarball="${cachedir}.tar.gz"
read -r want_rev < "./tool/yarn.rev"
read -r want_rev < "$(dirname "$0")/yarn.rev"
got_rev=""
if [[ -x "${cachedir}/bin/yarn" ]]; then