Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d418378

Browse files
committed
build: wrap second validate arg in quotes as test --flags were getting lost
1 parent bdb209a commit d418378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepublishOnly": "yarn rebuild && generate-export-aliases",
1414
"rebuild": "yarn clean && yarn build",
1515
"test": "hover-scripts test",
16-
"validate": "hover-scripts validate lint,test --coverage --runInBand --verbose"
16+
"validate": "hover-scripts validate 'lint,test --coverage --runInBand --verbose'"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)