diff --git a/package.json b/package.json index 3051eb8..85d4b13 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build-watch": "npm run build -- -w", "build-dev": "cross-env NODE_ENV=development npm run build-watch", "build-branch": "bin/build-branch.sh", - "start": "firebase serve", + "start": "firebase serve -o 0.0.0.0", "test": "mocha --compilers js:babel-register --watch-extensions js,jsx app/**/*.test.js app/**/*.test.jsx server/**/*.test.js fire/**/*.test.js", "test-watch": "npm run test -- --watch --reporter=min", "seed": "node db/seed.js",