Skip to content

Commit 80ca6e4

Browse files
committed
cspell
1 parent 1cbe118 commit 80ca6e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ words:
9191
- websockets
9292
- whnf
9393
- yesod
94+
- Bndr
95+
- upsert

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"check:spelling": "cspell --cache --no-progress '**/*.hs'",
1111
"code-gen": "morpheus build morpheus-graphql-server/test examples/code-gen examples/code-gen-docs",
1212
"code-gen:check": "morpheus check morpheus-graphql-server/test examples/code-gen examples/code-gen-docs",
13-
"lint": "curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .",
14-
"test:server": "stack test --fast morpheus-graphql-server --ta"
13+
"lint": "curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s ."
1514
},
1615
"devDependencies": {
1716
"cspell": "^6.31.1",

0 commit comments

Comments
 (0)