Skip to content

Commit

Permalink
Fix script not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Hopkinson committed Aug 19, 2024
1 parent ecb0a1f commit fcc9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tasks:
- init: yarn install && brew install wget
command: sh lib/FetchOpenRCT2Api.sh && mv openrct2.d.ts dist/ && yarn build
command: mkdir dist && sh lib/FetchOpenRCT2Api.sh && mv openrct2.d.ts dist/ && yarn build

0 comments on commit fcc9b38

Please sign in to comment.