From 0c9924167f3eb78f3a9a27fd0b6fad8c13a2a2e3 Mon Sep 17 00:00:00 2001 From: cha0s Date: Wed, 16 Jun 2021 06:05:16 -0500 Subject: [PATCH] chore: build --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7c1f9b4..b4387c9 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,25 @@ { - "name": "@humus/monorepo", + "name": "humus", + "version": "2.0.1", "private": true, "scripts": { "build": "lerna run build", + "build:docker": "docker build -t docker.hq.cha0s.io/cha0s6983/$(echo $(jq -r .name package.json):$(jq -r .version package.json)) .", "build:lat": "latus-build", "clean": "lerna run clean", - "docker": "yarn run build && docker build", + "docker": "yarn build:lat && docker-compose up --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 --watch", + "http": "LATUS_ONLY_BUILD=http latus-build -d --hot --watch", "lint": "lerna run lint", "package": "node ./package.js", + "push": "docker push docker.hq.cha0s.io/cha0s6983/$(echo $(jq -r .name package.json):$(jq -r .version package.json))", "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test", - "repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/latus-*.sock | tail -n 1)", + "repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/humus-*.sock | tail -n 1)", "server": "LATUS_ONLY_BUILD=server latus-build -d --start-server --inspect --watch", "start": "NODE_ENV=production NODE_PATH=./node_modules node build/index.js", - "test": "lerna run test --no-bail -- --silent" + "test": "lerna run test --no-bail -- --silent", + "undocker": "unlink-all && yarn install --force" }, "dependencies": { "@avocado/behavior": "^2.0.0", @@ -41,7 +45,7 @@ "@humus/universe": "^1.0.0", "@inlet/react-pixi": "^6.0.7", "@latus/core": "2.0.0", - "@latus/db": "2.0.0", + "@latus/db": "2.1.0", "@latus/governor": "2.0.0", "@latus/http": "2.0.0", "@latus/react": "2.0.0",