Skip to content

Commit 360e755

Browse files
committed
updated cleanup file and setup
1 parent 8c37646 commit 360e755

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/cleanup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const runCleanup = async () => {
6666
await revertIndexRoute()
6767
await removeAllReadmeFromApp(appDirectory).then(async () => {
6868
await fs.unlink("scripts/README.md")
69-
await fs.unlink("remix/README.md")
7069
console.log(chalk.green("All README.md files are removed from app directory"))
7170
})
7271
removeTheCleanupFromPackageJsonAndScripts()

scripts/setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const getEnvInfo = () => {
1717

1818
const setupEnv = () => {
1919
const { envName, path } = getEnvInfo()
20-
console.log(chalk.green(`Loading environment: ${envName}`))
2120
dotenvx.config({ path })
2221
console.log(`Environment loaded: ${chalk.green(envName)} from ${chalk.green(path)}`)
2322
}

0 commit comments

Comments
 (0)