Skip to content

Commit 940b35b

Browse files
Jake ChampionJakeChampion
authored andcommitted
run the cli tests as part of npm t
1 parent 1df9e8c commit 940b35b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"CHANGELOG.md"
2626
],
2727
"scripts": {
28-
"test": "tsd",
28+
"test": "npm run test:types && npm run test:cli",
29+
"test:cli": "brittle --bail integration-tests/cli/**.test.js",
2930
"test:types": "tsd",
3031
"docs": "npm run docs:clean && npm run docs:typedoc",
3132
"docs:clean": "rm -rf reference-docs",

0 commit comments

Comments
 (0)