Skip to content

Commit

Permalink
chore: update installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 8, 2024
1 parent b97e840 commit 7744e8e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bin/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ try {
const FRONTEND_BASE_PATH = "frontend/src/app";
const componentsToRemove = [
"burner",
`${FRONTEND_BASE_PATH}/components/Burner`,
`${FRONTEND_BASE_PATH}/components/StarkDeployer`,
`${FRONTEND_BASE_PATH}/wikipedia`,
"website",
`${FRONTEND_BASE_PATH}/burner`,
`${FRONTEND_BASE_PATH}/wikipedia`,
`${FRONTEND_BASE_PATH}/scaffold-deployer`,
`${FRONTEND_BASE_PATH}/components/Burner`,
`${FRONTEND_BASE_PATH}/components/BurnerWallet`,
`${FRONTEND_BASE_PATH}/components/ScaffoldDeployer`
];
basicCleanupTasks.push(
...componentsToRemove.map((comp) =>
Expand Down

0 comments on commit 7744e8e

Please sign in to comment.