diff --git a/packages/vite-app-ts/vite.config.ts b/packages/vite-app-ts/vite.config.ts index 92bdc59..72732bc 100644 --- a/packages/vite-app-ts/vite.config.ts +++ b/packages/vite-app-ts/vite.config.ts @@ -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(); /**