We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deb40b commit 1a61f99Copy full SHA for 1a61f99
package.json
@@ -8,7 +8,7 @@
8
"build": "npm run build:spec",
9
"build:spec": "node scripts/build.js",
10
"build:docs": "cd build/docs/gatsby && npm install --legacy-peer-deps && gatsby build --prefix-paths",
11
- "lint": "node scripts/build.js && node scripts/validate.js && node scripts/graphql-validate.js",
+ "lint": "node scripts/build.js && node scripts/validate.js && node scripts/graphql-validate.js && node scripts/graphql-schema-validate.js",
12
"clean": "rm -rf build && mkdir -p build",
13
"generate-clients": "mkdir -p build && open-rpc-generator generate -c open-rpc-generator-config.json",
14
"graphql:schema": "node scripts/graphql.js",
0 commit comments