Skip to content

Commit 045ed65

Browse files
committed
update workflow
1 parent 13f76e4 commit 045ed65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ jobs:
2929
- name: Install npm dependencies
3030
run: npm install
3131

32+
- name: Run tsup
33+
run: npm run tsup
34+
3235
- name: Run tests
3336
run: npm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"clean": "rm -rf dist",
1919
"eslint": "npx eslint --ext .ts .",
20-
"test": "ts-mocha -r esbuild-register 'test/**/*.test.ts'",
20+
"test": "ts-mocha -r esbuild-register 'test/*.test.ts'",
2121
"tsup": "npm run clean && npx tsup"
2222
},
2323
"exports": {

0 commit comments

Comments
 (0)