Merge pull request #614 from martadinata666/gatsby-host

use -H 0.0.0.0 on Gatsby
This commit is contained in:
Amruth Pillai
2022-02-09 13:16:54 +01:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "firebase deploy",
"develop": "gatsby develop",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"serve": "gatsby serve",
"serve": "gatsby serve -H 0.0.0.0",
"start": "npm run develop",
"test": "jest",
"prepare": "husky install"