@capawesome/cli 3.2.1-dev.edc7dde.1759002886 → 3.2.1-dev.fa8dc69.1759001719
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -192,8 +192,6 @@ export default defineCommand({
|
|
|
192
192
|
process.exit(1);
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
console.log('is CI: ', isCI);
|
|
196
|
-
console.log('has TTY: ', hasTTY);
|
|
197
195
|
if (!channel && hasTTY) {
|
|
198
196
|
const promptChannel = await prompt('Do you want to deploy to a specific channel?', {
|
|
199
197
|
type: 'select',
|
package/package.json
CHANGED