Skip to content

Commit

Permalink
recreate taprc
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Apr 15, 2024
1 parent 3b39d88 commit f46d1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jobs: 1
files:
- test/**/*.test.js
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,5 @@
"pre-commit": [
"lint",
"test"
],
"tap": {
"jobs": 1,
"files": ["test/**/*.test.js"]
}
]
}

0 comments on commit f46d1bf

Please sign in to comment.