File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments