Skip to content

Commit 6ea334a

Browse files
committed
Include 'test' in 'validate' script
1 parent 22038d1 commit 6ea334a

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
@@ -87,6 +87,6 @@
8787
"prepack": "run-s validate build",
8888
"test": "ava",
8989
"typeCheck": "tsc --noEmit",
90-
"validate": "run-p format-check lint typeCheck"
90+
"validate": "run-p test format-check lint typeCheck"
9191
}
9292
}

0 commit comments

Comments
 (0)