e2e: run prettier check for newly created app
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com> Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
@@ -232,7 +232,14 @@ async function createApp(
|
||||
|
||||
print('Test app created');
|
||||
|
||||
for (const cmd of ['install', 'tsc', 'build', 'lint:all', 'test:all']) {
|
||||
for (const cmd of [
|
||||
'install',
|
||||
'tsc',
|
||||
'build',
|
||||
'lint:all',
|
||||
'prettier:check',
|
||||
'test:all',
|
||||
]) {
|
||||
print(`Running 'yarn ${cmd}' in newly created app`);
|
||||
await runPlain(['yarn', cmd], { cwd: appDir });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user