Skip to content

Commit

Permalink
Merge branch 'main' into add-uni-design
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored Apr 1, 2021
2 parents 18d01be + d855fac commit a250e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"dev:clean": "yarn clean && yarn dev",
"dev:clean": "gatsby clean && gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"build:clean": "yarn clean && gatsby build",
"serve": "gatsby serve",
Expand Down

0 comments on commit a250e1a

Please sign in to comment.