mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
feat: Add package testing scripts and update CI workflow
Changes: - Introduced new npm scripts for testing all packages and running tests across the server. - Updated GitHub Actions workflow to include a step for running package tests. Benefits: ✅ Enhanced testing capabilities for individual packages ✅ Improved CI process with comprehensive test coverage All tests passing.
This commit is contained in:
@@ -23,6 +23,7 @@ const BUNDLE_DIR = join(APP_DIR, 'server-bundle');
|
||||
const LOCAL_PACKAGES = [
|
||||
'@automaker/types',
|
||||
'@automaker/utils',
|
||||
'@automaker/prompts',
|
||||
'@automaker/platform',
|
||||
'@automaker/model-resolver',
|
||||
'@automaker/dependency-resolver',
|
||||
|
||||
Reference in New Issue
Block a user