Skip to content

Commit

Permalink
build: make scripts accept individual paths for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Oct 16, 2023
1 parent 7542862 commit 6ee653b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"scripts": {
"build": "run build",
"coverage": "run coverage",
"lint": "run lint",
"coverage": "run coverage --",
"lint": "run lint --",
"prepare": "run prepare",
"prepublishOnly": "run prepublishOnly",
"release": "run release --",
"test": "run test --",
"watch": "run watch"
"watch": "run watch --"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ee653b

Please sign in to comment.