Skip to content

Commit 766d1ab

Browse files
committed
chore(taskfile): add task to run tests
1 parent 773f52e commit 766d1ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Taskfile.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ tasks:
2121
generates:
2222
- bin/index.js
2323

24+
test:
25+
desc: Run tests
26+
deps: [npm:install]
27+
cmds:
28+
- npm run test
29+
2430
publish:
2531
desc: Publish release to npm
2632
deps: [build]

0 commit comments

Comments
 (0)