Skip to content

Commit

Permalink
chore: remove clear at start (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir authored Nov 14, 2023
1 parent 0051502 commit 68959c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.18.0",
"version": "1.18.1",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down
2 changes: 0 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
prompt_project_types,
} from "@Helper";
import chalk from "chalk";
import clear from "clear";
import commander from "commander";
import path from "path";
import { Options, SAO } from "sao";
Expand All @@ -22,7 +21,6 @@ const generator = path.resolve(__dirname, "./");
track();
//
const cli = async (): Promise<void> => {
clear();
const program = commander
.name(packageData.name)
.version(packageData.version)
Expand Down

0 comments on commit 68959c1

Please sign in to comment.