chore: build
This commit is contained in:
parent
a5331aebf4
commit
0c9924167f
16
package.json
16
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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user