Skip to content

Commit d84a43f

Browse files
committed
move build script to correct place
1 parent bcaaffe commit d84a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"build": "npm run build:spec",
99
"build:spec": "node scripts/build.js",
1010
"build:docs": "npm run generate-clients && npm run build:docs:gatsby && npm run copy-docs",
11+
"build:docs:gatsby": "cd build/docs/gatsby && npm install && gatsby build --prefix-paths",
1112
"lint": "node scripts/build.js && node scripts/validate.js && node scripts/graphql-validate.js",
1213
"clean": "rm -rf build && mkdir -p build",
1314
"copy-docs": "node scripts/prepare-docs.js",
14-
"build:docs:gatsby": "cd build/docs/gatsby && npm install && gatsby build --prefix-paths",
1515
"generate-clients": "mkdir -p build && open-rpc-generator generate -c open-rpc-generator-config.json",
1616
"graphql:schema": "node scripts/graphql.js",
1717
"graphql:validate": "node scripts/graphql-validate.js",

0 commit comments

Comments
 (0)