Skip to content

Commit 5c09a37

Browse files
committed
fix(#833): ship pkg.exports and type: module
1 parent 8845a16 commit 5c09a37

File tree

3 files changed

+1439
-1142
lines changed

3 files changed

+1439
-1142
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
cache: npm
4343
node-version: lts/*
4444
- run: npm ci
45-
- run: npm run lint
46-
if: github.event.inputs.test != 'false'
4745
- run: npm run typecheck
4846
if: github.event.inputs.test != 'false'
4947
- run: npm run prepublishOnly

0 commit comments

Comments
 (0)