Skip to content

Commit

Permalink
chore: add --host option to playground:start script in `package.j…
Browse files Browse the repository at this point in the history
…son` (#2377)
  • Loading branch information
lumirlumir authored Nov 25, 2024
1 parent b6fd7b6 commit 7a42e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lint:css": "stylelint **/src/**/*.css",
"lint": "eslint .",
"playground:build": "yarn workspace @docsearch/react-example build",
"playground:start": "yarn workspace @docsearch/react-example dev",
"playground-js:start": "yarn workspace @docsearch/js-example dev",
"playground:start": "yarn workspace @docsearch/react-example dev --host",
"playground-js:start": "yarn workspace @docsearch/js-example dev --host",
"release": "shipjs prepare",
"start": "yarn run watch",
"test:size": "bundlesize",
Expand Down

0 comments on commit 7a42e60

Please sign in to comment.