@ngx-next/cli
Advanced tools
Comparing version 0.2.16-next.0 to 0.2.17-next.0
@@ -53,17 +53,4 @@ "use strict"; | ||
task: () => { | ||
const lernaJson = this.lernaJson; | ||
if (!lernaJson) { | ||
this.error(` | ||
lerna.json not found. | ||
please add lerna.json to the workspace root. | ||
`); | ||
} | ||
return this.taskRunner.task(this.exec('git', ['tag', '-d', 'next']), 'Removing Next Tag...'); | ||
return this.taskRunner.task(this.exec('git', ['tag', '-f', 'next', '-m "next"']), 'Adding Next Tag...'); | ||
}, | ||
title: 'Remove Next Tag', | ||
}, | ||
{ | ||
task: () => { | ||
return this.taskRunner.task(this.exec('git', ['tag', 'next', '-m "next"']), 'Adding Next Tag...'); | ||
}, | ||
title: 'Add Next Tag', | ||
@@ -73,3 +60,3 @@ }, | ||
task: () => { | ||
return this.taskRunner.task(this.shell(`git push -f --follow-tags --no-verify origin ${this.currentBranch}`), 'Pushing to GitHub...'); | ||
return this.taskRunner.task(this.shell(`git push --follow-tags --no-verify origin ${this.currentBranch}`), 'Pushing to GitHub...'); | ||
}, | ||
@@ -76,0 +63,0 @@ title: 'Push to GitHub', |
{ | ||
"name": "@ngx-next/cli", | ||
"version": "0.2.16-next.0", | ||
"version": "0.2.17-next.0", | ||
"description": "cli tool for the ngx-next platform", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@ngx-next/logger": "0.2.16-next.0", | ||
"@ngx-next/task-runner": "0.2.16-next.0", | ||
"@ngx-next/logger": "0.2.17-next.0", | ||
"@ngx-next/task-runner": "0.2.17-next.0", | ||
"@oclif/command": "1.5.6", | ||
@@ -57,3 +57,3 @@ "@oclif/config": "1.9.0", | ||
}, | ||
"gitHead": "315de95d7161deacfa862e6a7de1985b21a41224" | ||
"gitHead": "9edc354f3532ba596fddc5e3c28e1eb68f33ab39" | ||
} |
Sorry, the diff of this file is not supported yet
36780
509
+ Added@ngx-next/logger@0.2.17-next.0(transitive)
+ Added@ngx-next/task-runner@0.2.17-next.0(transitive)
- Removed@ngx-next/logger@0.2.16-next.0(transitive)
- Removed@ngx-next/task-runner@0.2.16-next.0(transitive)