Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravanSunder committed Oct 10, 2022
1 parent 68466b8 commit 32efa85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vite-app-ts/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import tsconfigPaths from 'vite-tsconfig-paths';
const isDev = process.env.ENVIRONMENT === 'DEVELOPMENT';
console.log('env.dev:', process.env.ENVIRONMENT, ' isDev:', isDev);
console.log();
console.log(
chalk.green('🏁 Make sure to build the contracts with `yarn contracts:build` and deploy them with `yarn deploy`')
);
console.log(chalk.green('🏁 Make sure to build the contracts with `yarn compile` and deploy them with `yarn deploy`'));
console.log();

/**
Expand Down

0 comments on commit 32efa85

Please sign in to comment.