Skip to content

Commit

Permalink
chore(taskfile): add task to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed May 28, 2023
1 parent 773f52e commit 766d1ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ tasks:
generates:
- bin/index.js

test:
desc: Run tests
deps: [npm:install]
cmds:
- npm run test

publish:
desc: Publish release to npm
deps: [build]
Expand Down

0 comments on commit 766d1ab

Please sign in to comment.