Skip to content

Commit

Permalink
chore: investigate npm deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Aug 31, 2023
1 parent f5ef23a commit f8f9853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default async function (projectName: string, zeek?: boolean) {

// changes dir and installs deps with Yarn
const installDeps = `cd ${projectName} && yarn`;

// removes .git folder so new repo can be initialised
const cleanup = `cd ${projectName} && rm -f -r .git`;

Expand Down

0 comments on commit f8f9853

Please sign in to comment.