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 390d858 commit acec1aaCopy full SHA for acec1aa
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"build": "npm run build:spec",
8
"build:spec": "node scripts/build.js",
9
- "build:docs": "npm run generate-clients && npm run build:docs:gatsby && npm run copy-docs",
10
- "build:docs:gatsby": "cd build/docs/gatsby && npm install && gatsby build --prefix-paths",
+ "build:docs": "npm run generate-clients && npm run build:docs:gatsby",
+ "build:docs:gatsby": " npm run copy-docs && cd build/docs/gatsby && npm install && gatsby build --prefix-paths",
11
"lint": "node scripts/build.js && node scripts/validate.js && node scripts/graphql-validate.js",
12
"clean": "rm -rf build && mkdir -p build",
13
"copy-docs": "node scripts/prepare-docs.js",
0 commit comments