Skip to content

Commit 6a2dcb0

Browse files
committed
Add CLI tool tests in CI
1 parent 491a8dc commit 6a2dcb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"scripts": {
1818
"build": "tsc",
1919
"postbuild": "node scripts/make-executable.js",
20-
"test": "node scripts/cli-tests.js"
20+
"test": "node scripts/cli-tests.js && node scripts/cli-tool-tests.js",
21+
"test:cli": "node scripts/cli-tests.js",
22+
"test:cli-tools": "node scripts/cli-tool-tests.js"
2123
},
2224
"devDependencies": {},
2325
"dependencies": {

0 commit comments

Comments
 (0)