fix(cli): e2e tests createApp path

This commit is contained in:
Rémi DOREAU
2020-07-30 09:50:29 +02:00
parent 489a57b0c7
commit 7bedd6f2a0
+1 -1
View File
@@ -107,7 +107,7 @@ async function createApp(appName, isPostgres, workspaceDir, rootDir) {
const child = spawnPiped(
[
'node',
resolvePath(workspaceDir, 'packages/cli/bin/backstage-create-app'),
resolvePath(workspaceDir, 'packages/create-app/bin/backstage-create-app'),
'--skip-install',
],
{