mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(root): relocate pockethost-instance package
This commit is contained in:
parent
48f25d2f0b
commit
cce4590ede
@ -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",
|
||||
|
12
packages/pockethost-instance/package.json
Normal file
12
packages/pockethost-instance/package.json
Normal 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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user