We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22038d1 commit 6ea334aCopy full SHA for 6ea334a
package.json
@@ -87,6 +87,6 @@
87
"prepack": "run-s validate build",
88
"test": "ava",
89
"typeCheck": "tsc --noEmit",
90
- "validate": "run-p format-check lint typeCheck"
+ "validate": "run-p test format-check lint typeCheck"
91
}
92
0 commit comments