Skip to content

Commit 7a42e60

Browse files
authored
chore: add --host option to playground:start script in package.json (#2377)
1 parent b6fd7b6 commit 7a42e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"lint:css": "stylelint **/src/**/*.css",
2020
"lint": "eslint .",
2121
"playground:build": "yarn workspace @docsearch/react-example build",
22-
"playground:start": "yarn workspace @docsearch/react-example dev",
23-
"playground-js:start": "yarn workspace @docsearch/js-example dev",
22+
"playground:start": "yarn workspace @docsearch/react-example dev --host",
23+
"playground-js:start": "yarn workspace @docsearch/js-example dev --host",
2424
"release": "shipjs prepare",
2525
"start": "yarn run watch",
2626
"test:size": "bundlesize",

0 commit comments

Comments
 (0)