Skip to content

Commit 648054c

Browse files
committed
feat: migrate to spago@next
1 parent 2f1912d commit 648054c

File tree

4 files changed

+14
-1018
lines changed

4 files changed

+14
-1018
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
output
2929
3030
- name: Build source
31-
run: spago build --censor-stats --strict --pedantic-packages
31+
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
3232

3333
- name: Run tests
3434
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning

bower.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/purescript-contrib/purescript-arraybuffer"
7-
},
8-
"ignore": [
9-
"**/.*",
10-
"node_modules",
11-
"bower_components",
12-
"output"
13-
]
7+
}
148
}

0 commit comments

Comments
 (0)