We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5bac3 commit e7ec78fCopy full SHA for e7ec78f
package.json
@@ -16,7 +16,7 @@
16
"graphql:validate": "node scripts/graphql-validate.js",
17
"serve": "cd build/docs/gatsby && gatsby develop",
18
"test": "speccheck -v",
19
- "watch": "nodemon --watch src --watch docs --watch README.md --ext yaml,md,json --exec \"npm run build && cp ./openrpc.json build/docs/gatsby/src/openrpc.json && npm run serve\""
+ "watch": "nodemon --watch src --watch docs --watch README.md --ignore docs/reference/quickstart.md --ext yaml,md,json --exec \"npm run build && cp ./openrpc.json build/docs/gatsby/src/openrpc.json && cp README.md docs/reference/quickstart.md && npm run serve\""
20
},
21
"repository": {
22
"type": "git",
0 commit comments