Tests for registry-cli #32
@ -9,7 +9,6 @@ export const updateRecord = (filePath: string) => {
|
||||
const resolvedFilePath = path.resolve(process.cwd(), filePath);
|
||||
const file = fs.readFileSync(resolvedFilePath, 'utf-8')
|
||||
const data = yaml.load(file) as any;
|
||||
console.log("Data====",data)
|
||||
|
||||
data.record.version=semver.inc(data.record.version, 'patch');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user