Merge pull request #2820 from spotify/Rugvip-patch-1

create-app: remove build step
This commit is contained in:
Ivan Shmidt
2020-10-09 14:09:41 +02:00
committed by GitHub
-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) {