We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbe118 commit 80ca6e4Copy full SHA for 80ca6e4
cspell.yml
@@ -91,3 +91,5 @@ words:
91
- websockets
92
- whnf
93
- yesod
94
+ - Bndr
95
+ - upsert
package.json
@@ -10,8 +10,7 @@
10
"check:spelling": "cspell --cache --no-progress '**/*.hs'",
11
"code-gen": "morpheus build morpheus-graphql-server/test examples/code-gen examples/code-gen-docs",
12
"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"
+ "lint": "curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s ."
15
},
16
"devDependencies": {
17
"cspell": "^6.31.1",
0 commit comments