mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
use -H 0.0.0.0 on Gatsby
This commit is contained in:
committed by
Dedy Martadinata Supriyadi
parent
99d7d3aad2
commit
04afc009ef
@ -8,11 +8,11 @@
|
|||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"clean": "gatsby clean",
|
"clean": "gatsby clean",
|
||||||
"deploy": "firebase deploy",
|
"deploy": "firebase deploy",
|
||||||
"develop": "gatsby develop",
|
"develop": "gatsby develop -H 0.0.0.0",
|
||||||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
||||||
"lint:fix": "eslint --fix .",
|
"lint:fix": "eslint --fix .",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve -H 0.0.0.0",
|
||||||
"start": "npm run develop",
|
"start": "npm run develop",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
|
|||||||
Reference in New Issue
Block a user