Skip to content

Commit 4755a1a

Browse files
committed
fix watch script
1 parent 1b07dcd commit 4755a1a

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
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/tinymce/tinymce-docs#readme",
1212
"scripts": {
1313
"build": "antora antora-playbook.yml",
14-
"watch": "watch --interval=15 \"yarn build\" docs",
14+
"watch": "watch --interval=15 \"yarn build\" ./",
1515
"server": "http-server build/site/ --port 4000",
1616
"serve": "npm-run-all -p watch server"
1717
},

0 commit comments

Comments
 (0)