ci(builds): new .env example and includes
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"dev:app": "dotenvx run -f .env -- tsx watch app/src/main.ts",
|
||||
"dev:docs": "npm run translateDocs && cd lstDocs && npm start",
|
||||
"dev:front": "cd frontend && npm run dev",
|
||||
"dev:db:migrate": "npx drizzle-kit push --config=drizzle-dev.config.ts",
|
||||
"dev:db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts",
|
||||
"dev": "npm run dev:app",
|
||||
"copy:docs": "node scripts/lstDocCopy.mjs",
|
||||
"build:app": "rimraf dist && npx tsc",
|
||||
@@ -15,7 +17,7 @@
|
||||
"build:docs": "cd lstDocs && rimraf build && npm run build",
|
||||
"build:wrapper": "cd lstWrapper && rimraf publish && dotnet publish -c Release -o ./publish",
|
||||
"build:ctl": " ",
|
||||
"build": "npm run build:docs && npm run build:front && npm run build:app",
|
||||
"build": "npm run translateDocs && npm run build:docs && npm run build:front && npm run build:app",
|
||||
"install:front": "cd frontend && npm i",
|
||||
"install:docs": "cd lstDocs && npm i",
|
||||
"install:app": "npm i",
|
||||
@@ -25,8 +27,8 @@
|
||||
"docker": "docker compose up --build --force-recreate -d",
|
||||
"commit": "cz",
|
||||
"deploy": "standard-version --conventional-commits && npm run build",
|
||||
"db:migrate": "npx drizzle-kit push --config=drizzle-dev.config.ts",
|
||||
"db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts",
|
||||
"db:migrate": "npx drizzle-kit push",
|
||||
"db:generate": "npx drizzle-kit generate",
|
||||
"translateDocs": "cd scripts && node translateScript.js"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user