diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..f963acf --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: yarn install && brew install wget + command: cd lib && sh FetchOpenRCT2Api.sh && cd .. && yarn build