Skip to content

Commit cfd4135

Browse files
committed
Fix CI: Add demo package-lock.json and clean up code
- Add demo package-lock.json to fix CI npm ci failures - Update .gitignore to allow demo lockfiles for CI reproducibility - Clean up all ESLint warnings in main source and tests - Remove Tailwind CSS dependencies, keep Carbon Components - Fix accessibility issues with aria-label attributes - Fix Vite build issues with node polyfills - Clean up playwright test artifacts
1 parent 157afca commit cfd4135

92 files changed

Lines changed: 14828 additions & 513 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ examples/**/.env.*
120120

121121
# Examples node_modules (in case someone runs npm install in examples)
122122
examples/**/node_modules/
123-
examples/**/package-lock.json
123+
# Keep demo lockfiles for CI reproducibility
124+
# examples/**/package-lock.json
124125
examples/**/yarn.lock
125126
examples/**/pnpm-lock.yaml
126127

0 commit comments

Comments
 (0)