e2e-test: run yarn tsc:full on new apps

We encounetered errors with tsc:full on a newly created-app. So it should be verified that the command works

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-08-03 11:56:15 +02:00
parent 32188af0fd
commit f71bbe5d28
+1 -1
View File
@@ -234,7 +234,7 @@ async function createApp(
for (const cmd of [
'install',
'tsc',
'tsc:full',
'build',
'lint:all',
'prettier:check',