test: bind order candidate 1.0.1 to exact demo stable

This commit is contained in:
2026-09-04 10:26:48 +08:00
parent cfc82231b3
commit 6e7b2ec0ba
10 changed files with 422 additions and 37 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": {