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 491a8dc commit 6a2dcb0Copy full SHA for 6a2dcb0
cli/package.json
@@ -17,7 +17,9 @@
17
"scripts": {
18
"build": "tsc",
19
"postbuild": "node scripts/make-executable.js",
20
- "test": "node scripts/cli-tests.js"
+ "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"
23
},
24
"devDependencies": {},
25
"dependencies": {
0 commit comments