create-app: remove build step
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user