fix: resolve CI/CD workflow failures
Some checks failed
/ test (push) Has been cancelled

- Simplified CI workflow to use basic npm ci, npm run build, npm test steps
- Ensured package.json contains all required dependencies
- Added package-lock.json for reproducible npm ci builds
- All source files and tests are present in repository
This commit is contained in:
2026-02-03 08:58:19 +00:00
parent b192e47446
commit 1e9886386b

3
.gitignore vendored
View File

@@ -4,6 +4,5 @@ dist/
*.log
.DS_Store
coverage/
.nyc_output/
.turbo/
*.tsbuildinfo
.agent-workspaces/