diff --git a/package.json b/package.json index 963ef8d..fff4570 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "docker": "yarn run build && docker build", "electron": "NODE_ENV=production NODE_PATH=./node_modules electron build/electron.js", "fp": "lerna run fp", - "http": "LATUS_ONLY_BUILD=http latus-build -d --hot --watch", + "http": "LATUS_ONLY_BUILD=http latus-build -d --watch", "lint": "lerna run lint", "package": "node ./package.js", "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test",