forked from wangziqi/gongxue-base
feat: add pocketbase sqlite exporter
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
"test:auth:remote-smoke": "node scripts/remote-auth-jwt-smoke-test.js",
|
||||
"test:launch-gate": "node scripts/production-launch-gate-test.js",
|
||||
"test:pb:dry-run": "node scripts/pb-dry-run-report-test.js",
|
||||
"test:pb:sqlite-export": "node scripts/pb-sqlite-export-test.js",
|
||||
"readiness:production": "node scripts/production-readiness-check.js --skip-db",
|
||||
"readiness:production:db": "node scripts/production-readiness-check.js --check-db",
|
||||
"launch:gate": "node scripts/production-launch-gate.js",
|
||||
@@ -65,6 +66,7 @@
|
||||
"build:taro:h5:platform": "npm --workspace @tiku-saas/taro run build:h5:platform",
|
||||
"pb:schema:summary": "npm --workspace @tiku-saas/import-pocketbase run schema:summary",
|
||||
"pb:schema:risk": "npm --workspace @tiku-saas/import-pocketbase run schema:risk",
|
||||
"pb:export:sqlite": "npm --workspace @tiku-saas/import-pocketbase run export:sqlite --",
|
||||
"pb:import:dry-run": "npm --workspace @tiku-saas/import-pocketbase run import:dry-run --",
|
||||
"pb:import:json": "npm --workspace @tiku-saas/import-pocketbase run import:json",
|
||||
"pb:import:validate": "npm --workspace @tiku-saas/import-pocketbase run import:validate"
|
||||
|
||||
Reference in New Issue
Block a user