Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored and actions-user committed Aug 24, 2021
1 parent d3308df commit e2018f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snowpack/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export async function command(commandOptions: CommandOptions) {
const {config} = commandOptions;
logger.info(`Creating new project configuration file... ${dim('(snowpack.config.js)')}`);
if (!existsSync(path.join(config.root, 'package.json'))) {
logger.error(`Error: create a package.json file in your project root`)
process.exit(1)
logger.error(`Error: create a package.json file in your project root`);
process.exit(1);
}
const destLoc = path.join(config.root, 'snowpack.config.js');
if (existsSync(destLoc)) {
Expand Down

1 comment on commit e2018f4

@vercel
Copy link

@vercel vercel bot commented on e2018f4 Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.