Skip to content

Commit 4c430bc

Browse files
committed
fix: add package-lock.json for predictable dependency tree and update bunchee
1 parent dd1fb4d commit 4c430bc

6 files changed

Lines changed: 13089 additions & 37 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
run: npm run lint
1515
- name: Run Tests
1616
run: npm test
17+
- name: Run build
18+
run: npm run build

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ dist
44
.env
55
.idea
66
.vscode
7-
examples/**/package-lock.json
8-
package-lock.json
7+
examples/**/package-lock.json

0 commit comments

Comments
 (0)