Skip to content

Commit 2305827

Browse files
committed
chore: remove npm distribution remnants for CDN-only model
Delete .npmignore (only needed for npm publish) and remove stale --legacy-peer-deps flag from CI workflow.
1 parent b648ed3 commit 2305827

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: 20
2222
cache: npm
2323

24-
- run: npm install --legacy-peer-deps
24+
- run: npm install
2525
- run: npm run build
2626
- run: npm test

.npmignore

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)