chore: build

This commit is contained in:
cha0s 2021-06-16 06:05:16 -05:00
parent a5331aebf4
commit 0c9924167f

View File

@ -1,21 +1,25 @@
{ {
"name": "@humus/monorepo", "name": "humus",
"version": "2.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "lerna run build", "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", "build:lat": "latus-build",
"clean": "lerna run clean", "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", "electron": "NODE_ENV=production NODE_PATH=./node_modules electron build/electron.js",
"fp": "lerna run fp", "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", "lint": "lerna run lint",
"package": "node ./package.js", "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", "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", "server": "LATUS_ONLY_BUILD=server latus-build -d --start-server --inspect --watch",
"start": "NODE_ENV=production NODE_PATH=./node_modules node build/index.js", "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": { "dependencies": {
"@avocado/behavior": "^2.0.0", "@avocado/behavior": "^2.0.0",
@ -41,7 +45,7 @@
"@humus/universe": "^1.0.0", "@humus/universe": "^1.0.0",
"@inlet/react-pixi": "^6.0.7", "@inlet/react-pixi": "^6.0.7",
"@latus/core": "2.0.0", "@latus/core": "2.0.0",
"@latus/db": "2.0.0", "@latus/db": "2.1.0",
"@latus/governor": "2.0.0", "@latus/governor": "2.0.0",
"@latus/http": "2.0.0", "@latus/http": "2.0.0",
"@latus/react": "2.0.0", "@latus/react": "2.0.0",