feat: clear rollup
This commit is contained in:
@@ -4,7 +4,7 @@ import fs from 'fs';
|
||||
let version = '0.0.1';
|
||||
try {
|
||||
// @ts-ignore
|
||||
if (VERSION) version = VERSION;
|
||||
if (ENVISION_VERSION) version = ENVISION_VERSION;
|
||||
} catch (e) {}
|
||||
// @ts-ignore
|
||||
program.name('app').description('A CLI tool with envison').version(version);
|
||||
|
||||
Reference in New Issue
Block a user