Skip to content

Commit 7bf358d

Browse files
committed
update tests and cjs bundle
1 parent 86c84e6 commit 7bf358d

File tree

10 files changed

+1117
-62
lines changed

10 files changed

+1117
-62
lines changed

.github/workflows/js.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
cache: 'npm'
2424
- name: Install npm dependencies
2525
run: npm i --include=dev
26+
- name: Build
27+
run: npm run build
2628
- name: Static Tests (TS ESM)
2729
run: npm run ts-test-static
30+
- name: Static Tests (JS CJS)
31+
run: npm run static-test
2832
- name: Live Tests (TS ESM)
2933
run: npm run ts-test-live
30-
- name: Static Tests (JS CJS)
31-
run: npm run static-test (JS CJS)
3234
- name: Live Tests
3335
run: npm run test
3436
- name: CJS test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
ehthumbs.db
3737
Thumbs.db
3838

39+
dist/
40+
3941
# Secrets #
4042
###########
4143
.secret

0 commit comments

Comments
 (0)