Use this before publishing or demoing BeforeShip.
npm install
npm test
npx beforeship --version
npx beforeship scan --no-report
npx beforeship scan --json --no-reportnpx beforeship scan examples/flawed-next-supabase-app --no-report
npx beforeship fix-prompts examples/flawed-next-supabase-app
npx beforeship fix-prompts examples/flawed-next-supabase-app --allnpm pack --workspace packages/core --dry-run
npm pack --workspace packages/cli --dry-runFor a full tarball install test, pack both packages and install them together into a temp project.
Suggested smoke tests:
npx beforeship scan C:\tmp\saas-starter --no-report
npx beforeship scan C:\tmp\saas-boilerplate --no-reportFor real user testing, follow BeforeShip Beta Loop. It includes the tester script, feedback template, and GitHub Actions workflow.