create-app: remove build step

This commit is contained in:
Patrik Oldsberg
2020-10-09 11:00:02 +02:00
committed by GitHub
parent d6db01be37
commit bd785fff17
-1
View File
@@ -74,7 +74,6 @@ async function buildApp(appDir: string) {
await runCmd('yarn install');
await runCmd('yarn tsc');
await runCmd('yarn build');
}
async function moveApp(tempDir: string, destination: string, id: string) {