Skip to content

Commit

Permalink
Remove --watch-dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 21, 2024
1 parent 9c84382 commit 65c2a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-resizable-panels-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"kill-port": "kill-port ${PORT:-1234}",
"test:e2e": "playwright test",
"test:e2e:debug": "DEBUG=true playwright test",
"watch": "parcel \"index.html\" --watch-dir=../.."
"watch": "parcel \"index.html\""
},
"dependencies": {
"@codemirror/lang-css": "latest",
Expand Down

0 comments on commit 65c2a26

Please sign in to comment.