Skip to content

Commit acec1aa

Browse files
committed
rework install setup
1 parent 390d858 commit acec1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"build": "npm run build:spec",
88
"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",
9+
"build:docs": "npm run generate-clients && npm run build:docs:gatsby",
10+
"build:docs:gatsby": " npm run copy-docs && cd build/docs/gatsby && npm install && gatsby build --prefix-paths",
1111
"lint": "node scripts/build.js && node scripts/validate.js && node scripts/graphql-validate.js",
1212
"clean": "rm -rf build && mkdir -p build",
1313
"copy-docs": "node scripts/prepare-docs.js",

0 commit comments

Comments
 (0)