Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiba authored Jan 26, 2024
1 parent 2425757 commit 413e411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"lint": "standard | snazzy",
"lint-ci": "standard",
"test": "borp -p \"test/**/*.js\"",
"test-ci": "borp --coverage -p \"test/**/*.js\"",
"test": "borp -p 'test/**/*.js'",
"test-ci": "borp --coverage -p 'test/**/*.js'",
"test-types": "tsc && tsd"
},
"repository": {
Expand Down

0 comments on commit 413e411

Please sign in to comment.