Skip to content

Commit

Permalink
build: pass the arguments to gatsby build properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Nov 17, 2023
1 parent d03bb1f commit 5eda1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "npm run build:spec",
"build:spec": "node scripts/build.js",
"build:docs": "cd build/docs/gatsby && npm install && npm run build --prefix-paths",
"build:docs": "cd build/docs/gatsby && npm install --legacy-peer-deps && npm run build -- --prefix-paths",
"test": "node scripts/build.js && node scripts/validate.js",
"generate": "mkdir -p build && open-rpc-generator generate -c open-rpc-generator-config.json"
},
Expand Down

0 comments on commit 5eda1ef

Please sign in to comment.