Skip to content

Commit

Permalink
fix(shell.nix) Fixed a missing yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheeseyb committed Apr 18, 2023
1 parent 50ab3e6 commit 5c12b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ let
set -e
build-utopia-vscode-extension
cd $(${pkgs.git}/bin/git rev-parse --show-toplevel)/vscode-build
yarn
yarn run pull-utopia-extension
'')
(pkgs.writeScriptBin "build-vscode" ''
Expand Down

0 comments on commit 5c12b96

Please sign in to comment.