Skip to content

Commit

Permalink
Add .gitpod.yml, fix casing of keys in spago.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 9, 2024
1 parent 8d9c2c1 commit f16f3a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- before: >-
curl -fsSL https://bun.sh/install | bash
&& source /home/gitpod/.bashrc
init: make build
4 changes: 2 additions & 2 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ package:
dependencies:
- spec
workspace:
package_set:
packageSet:
registry: 47.12.0
extra_packages:
extraPackages:
format:
git: https://github.com/feramhq/purescript-format
ref: 3b0fc6c74f439fc3ad7fc7c88fc6f73b083f82e2
Expand Down

0 comments on commit f16f3a5

Please sign in to comment.