Skip to content

Commit

Permalink
Fix: Resolved startup issue for Example site on Windows environment
Browse files Browse the repository at this point in the history
  • Loading branch information
benishouga committed Aug 11, 2024
1 parent ba73ac7 commit 1117505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-resizable-panels-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "parcel build 'index.html'",
"build": "parcel build \"index.html\"",
"kill-port": "kill-port ${PORT:-1234}",
"test:e2e": "playwright test",
"test:e2e:debug": "DEBUG=true playwright test",
"watch": "parcel 'index.html'"
"watch": "parcel \"index.html\""
},
"dependencies": {
"@codemirror/lang-css": "latest",
Expand Down

0 comments on commit 1117505

Please sign in to comment.