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 de82c88 commit d5c5effCopy full SHA for d5c5eff
package.json
@@ -25,12 +25,14 @@
25
"README.md"
26
],
27
"scripts": {
28
- "build": "rm -rf lib/* && tsc",
+ "build": "rm -rf lib tsconfig.tsbuildinfo && tsc",
29
+ "build:watch": "tsc --watch",
30
"eslint-check": "eslint-config-prettier src/index.ts",
- "fix": "pnpm lint --fix",
31
"lint": "eslint src",
32
+ "lint:fix": "eslint src --fix",
33
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
- "watch": "tsc --watch"
34
+ "typecheck": "tsc --noEmit",
35
+ "typecheck:watch": "tsc --noEmit --watch"
36
},
37
"dependencies": {
38
"graphql": "^16.0.0",
0 commit comments