Skip to content

Commit f16f3a5

Browse files
committed
Add .gitpod.yml, fix casing of keys in spago.yml
1 parent 8d9c2c1 commit f16f3a5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitpod.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tasks:
2+
- before: >-
3+
curl -fsSL https://bun.sh/install | bash
4+
&& source /home/gitpod/.bashrc
5+
init: make build

spago.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ package:
4343
dependencies:
4444
- spec
4545
workspace:
46-
package_set:
46+
packageSet:
4747
registry: 47.12.0
48-
extra_packages:
48+
extraPackages:
4949
format:
5050
git: https://github.com/feramhq/purescript-format
5151
ref: 3b0fc6c74f439fc3ad7fc7c88fc6f73b083f82e2

0 commit comments

Comments
 (0)