Skip to content

Commit e7ec78f

Browse files
committed
Include README in watched files
1 parent 9b5bac3 commit e7ec78f

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
@@ -16,7 +16,7 @@
1616
"graphql:validate": "node scripts/graphql-validate.js",
1717
"serve": "cd build/docs/gatsby && gatsby develop",
1818
"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\""
19+
"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\""
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)