test: prepare demo 1.0.1 candidate with frozen artifact verification

This commit is contained in:
2026-09-04 10:06:25 +08:00
parent 043f8a823c
commit 8ea2ec726e
9 changed files with 390 additions and 15 deletions

View File

@@ -10,13 +10,16 @@
"build": "rimraf dist && mwtsc --cleanOutDir",
"publish": "cool saas-model finalize",
"start": "node bootstrap.js",
"start:stable": "node start-stable.js",
"test:stable": "node --test test/start-stable.test.cjs",
"start:local": "cross-env NODE_ENV=local SAAS_RUNTIME_BOOTSTRAP_LOCAL_FALLBACK_ENABLED=true node bootstrap.js"
},
"coolSaas": {
"lifecycle": {
"dev": "pnpm run build && pnpm run start:local",
"test": "pnpm run typecheck",
"build": "pnpm run build"
"test": "pnpm run typecheck && pnpm run test:stable",
"build": "pnpm run build",
"artifactDir": "dist"
}
},
"dependencies": {