mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
build(dev-build): add GitHub actions for dev builds (#24193)
This commit is contained in:
@ -57,6 +57,11 @@ async function main() {
|
||||
}
|
||||
|
||||
async function askDevVersion(devVersion) {
|
||||
const skipPrompt = process.argv.find(arg => arg === '--skip-prompt');
|
||||
if (skipPrompt) {
|
||||
console.log(`\n--skip-prompt was passed. Skipping dev build prompt.`)
|
||||
return true;
|
||||
}
|
||||
|
||||
const prompts = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user