We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0d2f3 commit 343d7b7Copy full SHA for 343d7b7
1 file changed
packages/cli/tests/fixtures/test-plugin/package.json
@@ -5,6 +5,9 @@
5
"type": "module",
6
"bailianCli": {
7
"plugin": true,
8
- "commands": "./src/commands"
+ "commands": "./src/commands",
9
+ "noAuthSetup": [
10
+ "test ping"
11
+ ]
12
}
13
0 commit comments