Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
chore: Remove localIp bits
Browse files Browse the repository at this point in the history
git push
  • Loading branch information
cutterbl committed Nov 8, 2021
1 parent 3c7f098 commit 0eaae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build:cjs": "babel src --out-dir lib",
"build": "yarn clean && yarn build:cjs && yarn build:umd && yarn assets && yarn build:css",
"build:examples": "yarn clean:examples && webpack --config examples/webpack.config.js",
"examples": "yarn clean:examples && webpack-dev-server --config examples/webpack.config.js --mode development --host 0.0.0.0 --hot --open --useLocalIp",
"examples": "yarn clean:examples && webpack-dev-server --config examples/webpack.config.js",
"lint": "eslint src test",
"storybook": "start-storybook -p 9002",
"test": "yarn lint && jest",
Expand Down

0 comments on commit 0eaae8c

Please sign in to comment.