Skip to content

Commit

Permalink
make test
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Feb 17, 2025
1 parent 553e5c3 commit dbc66f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ release:
make build
cd pkg && npm publish
git push --follow-tags

test:
npm run lint:js
npm run lint:types
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "make build",
"lint:js": "biome lint",
"lint:types": "tsc -p jsconfig.json --noEmit"
"lint:types": "tsc -p jsconfig.json --noEmit",
"test": "make test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dbc66f5

Please sign in to comment.