File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 node-version : ' 15'
4242 - run : npm ci
4343 - run : npm run build
44- - run : npm run build:docs
44+ - run : npm run generate-clients
4545 - run : ' sed -i -e "s|Prefix: \"\"|Prefix: \"/execution-apis\"|g" build/docs/gatsby/gatsby-config.js'
4646 - run : ' sed -i -e "s|/api|api|g" build/docs/gatsby/src/pages/index.tsx'
4747 - run : npm run build:docs
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " npm run build:spec" ,
99 "build:spec" : " node scripts/build.js" ,
10- "build:docs" : " mkdir -p build && npm run generate-clients && cd build/docs/gatsby && npm install --legacy-peer-deps && gatsby build --prefix-paths" ,
10+ "build:docs" : " cd build/docs/gatsby && npm install --legacy-peer-deps && 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" ,
13- "generate-clients" : " open-rpc-generator generate -c open-rpc-generator-config.json" ,
13+ "generate-clients" : " mkdir -p build && open-rpc-generator generate -c open-rpc-generator-config.json" ,
1414 "graphql:schema" : " node scripts/graphql.js" ,
1515 "graphql:validate" : " node scripts/graphql-validate.js"
1616 },
You can’t perform that action at this time.
0 commit comments