refactor: app deployment

This commit is contained in:
2023-06-05 10:54:18 +02:00
parent b21833de40
commit 3b8a344d73
104 changed files with 583 additions and 13494 deletions

View File

@@ -1,8 +1,10 @@
{
"name": "@openstapps/openstapps",
"version": "2.1.0",
"version": "3.0.0",
"scripts": {
"build": "dotenv -c -- turbo run build",
"build:docker-workspace": "docker build -t openstapps:workspace .",
"build:full": "dotenv -c -- turbo run syncpack build lint format",
"dev": "dotenv -c -- turbo run dev",
"docs": "dotenv -c -- turbo run docs && typedoc",
"format": "dotenv -c -- turbo run format",
@@ -13,18 +15,18 @@
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "dotenv -c -- turbo run test --filter=!@openstapps/app && node coverage.mjs",
"turboify-pipeline": "pnpm build && pnpm run syncpack && pnpm lint && pnpm format && pnpm test && pnpm run docs"
"test:integration": "dotenv -c -- turbo run test:integration",
"turboify-pipeline": "node deploy.mjs backend,api-cli,database && pnpm build:full && pnpm test && pnpm run docs"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"cobertura-merge": "1.0.4",
"deepmerge": "4.3.1",
"dotenv-cli": "7.2.1",
"glob": "10.2.6",
"package-sync-cli": "1.3.2",
"syncpack": "10.1.0",
"turbo": "1.10.0",
"typedoc": "0.24.7",
"glob": "10.2.7",
"syncpack": "10.5.1",
"turbo": "1.10.3",
"typedoc": "0.24.8",
"typescript": "4.9.5"
}
}