config-lsp/vs-code-extension/update-yarn.sh

5 lines
93 B
Bash
Executable File

#!/bin/sh
cd vs-code-extension && yarn install --no-frozen-lockfile && yarn2nix > yarn.nix