Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 840d1ed

Browse files
committed
update continue logic
1 parent 7c359ec commit 840d1ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

create-service/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ async function start() {
2929
const response = await prompt.packagePrompt();
3030
const txt = templatePackage.build(response);
3131
fs.writeFileSync(packagePath, txt);
32+
doContinue = true;
3233
} else {
3334
console.info(chalk.yellow('This directory already contains a file named package.json\n'));
3435
const confirm = await prompt.confirmationPrompt();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-frontend-cli",
3-
"version": "0.0.3",
3+
"version": "1.0.4",
44
"description": "A collection of scripts for setting up new cloud service UI projects.",
55
"bin": {
66
"web-cli": "./index.js",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy