We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1912d commit 648054cCopy full SHA for 648054c
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
output
29
30
- name: Build source
31
- run: spago build --censor-stats --strict --pedantic-packages
+ run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
32
33
- name: Run tests
34
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
bower.json
@@ -4,11 +4,5 @@
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/purescript-contrib/purescript-arraybuffer"
7
- },
8
- "ignore": [
9
- "**/.*",
10
- "node_modules",
11
- "bower_components",
12
- "output"
13
- ]
+ }
14
}
0 commit comments