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
9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
coverage/
|
|
.turbo/
|
|
*.tsbuildinfo
|