Skip to content

Commit abe70d7

Browse files
committed
feat: update
1 parent 0fa1b6a commit abe70d7

7 files changed

Lines changed: 4 additions & 8 deletions

File tree

dist/actions/create.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/create.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/printer.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/printer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-quark-app",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "create quark app.",
55
"bin": {
66
"create-quark-app": "./dist/bin/index.js"

src/actions/create.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export class CreateAction extends ActionAbstract {
1919
renderer.destination(projectName);
2020
renderer.apply();
2121

22-
console.log(answer, 233);
23-
2422
if (answer.pm === "npm") {
2523
await new NpmRunner().directory(projectName).run("install");
2624
} else if (answer.pm === "yarn") {

src/lib/printer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class Printer {
1212
const cwd = process.cwd();
1313
const root = path.join(cwd, defaultTargetDir);
1414

15-
console.log(root, cwd, start, 111);
15+
// console.log(root, cwd, start, 111);
1616

1717
figlet("Hello Quark", (err, data) => {
1818
if (err) {

0 commit comments

Comments
 (0)