Skip to content

Commit

Permalink
fix remix init
Browse files Browse the repository at this point in the history
eric-burel committed Jul 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e05ee00 commit f8d6335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remix.init/index.js
Original file line number Diff line number Diff line change
@@ -119,10 +119,10 @@ async function main({ rootDirectory, packageManager, isTypeScript }) {
path.join(rootDirectory, "remix.init", "gitignore"),
path.join(rootDirectory, ".gitignore")
),
fs.rm(path.join(rootDirectory, ".github/ISSUE_TEMPLATE"), {
/*fs.rm(path.join(rootDirectory, ".github/ISSUE_TEMPLATE"), {
recursive: true,
}),
fs.rm(path.join(rootDirectory, ".github/PULL_REQUEST_TEMPLATE.md")),
fs.rm(path.join(rootDirectory, ".github/PULL_REQUEST_TEMPLATE.md")),*/
]);

execSync(`npm run setup`, { stdio: "inherit", cwd: rootDirectory });

0 comments on commit f8d6335

Please sign in to comment.