vscode/.devcontainer/post-create.sh

5 lines
63 B
Bash
Raw Normal View History

#!/bin/sh
yarn install --network-timeout 180000
yarn electron