- 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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,6 +4,5 @@ dist/
|
|||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
coverage/
|
coverage/
|
||||||
.nyc_output/
|
.turbo/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.agent-workspaces/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user