fix: fix bugs for -V
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/silky-cli",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user