chore(root): relocate pockethost-instance package

This commit is contained in:
Ben Allfree 2024-06-05 11:16:48 -07:00
parent 48f25d2f0b
commit cce4590ede
3 changed files with 13 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"build": "concurrently 'pnpm:build:*'",
"build-frontends": "concurrently 'pnpm:build:frontend:*'",
"build:frontend:dashboard": "cd packages/dashboard && pnpm build",
"build:docker": "cd pockethost-instance && docker build . -t benallfree/pockethost-instance:${npm_package_version} -t benallfree/pockethost-instance:latest",
"build:docker": "cd pockethost-instance && pnpm build",
"build:frontend:lander": "cd packages/lander && pnpm build",
"build:frontend:superadmin": "cd packages/superadmin && pnpm build",
"dev:cli": "NODE_ENV=development cd packages/pockethost && pnpm dev",

View File

@ -0,0 +1,12 @@
{
"name": "pockethost-instance",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "docker build . -t benallfree/pockethost-instance:${npm_package_version} -t benallfree/pockethost-instance:latest"
},
"keywords": [],
"author": "",
"license": "ISC"
}