Move to prebuilt (#170969)

This commit is contained in:
Christof Marti
2022-12-09 16:16:03 +00:00
parent 990ffadcc2
commit 9075378043
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# This file contains the steps that should be run when building a "cache" image with contents that should be
# layered directly **on top of the source tree** once a dev container is created. This avoids having to run long
# running commands like "yarn install" from the ground up. Developers (and should) still run these commands
# after the actual dev container is created, but only differences will be processed.
yarn install
yarn electron