mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-28 11:46:02 +08:00
* Start creating action release flow * Updates build workflow * Removes one step * Another try * Tweaks to build paths * Fixes docker ignore * Tweaks to database migration * Removes useless entrypoint * Fixes to database files * More tweaks to build * Tweaks to base URL * Allows for config file to override env * Tweak to order * Next try * Fixes comma error * Another try * Adds a health endpoint * Try Nginx proxy pass * Re-adds environment path * Remove auto build on branch * Linter fixes
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"name": "parcelvoy",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"devDependencies": {
|
|
"lerna": "^6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "lerna run start",
|
|
"build": "lerna run build",
|
|
"lint": "lerna run lint",
|
|
"test": "lerna run test",
|
|
"docker:build": "lerna run docker:build",
|
|
"docker:build:push": "lerna run docker:build:push"
|
|
}
|
|
}
|