fix: fix bugs for -V

This commit is contained in:
2025-04-30 01:45:53 +08:00
parent f7b438aefb
commit 6759438921
7 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/silky-cli",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"main": "index.js",
"scripts": {

View File

@@ -15,7 +15,7 @@ export const init = {
key: TaskKey.ev,
command: 'npm install -g @kevisual/cli --registry=https://registry.npmmirror.com',
type: 'npm-install',
before: 'ev -v',
before: 'ev --version',
beforeCheck: '.',
tags: ['env', 'must-env'],
};