Skip to content

Commit dbb8978

Browse files
committed
chore: npm run format
1 parent c5f21ee commit dbb8978

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
wait-on: 'http://localhost:3000'
9090
wait-on-timeout: 120
9191
command: npm run cypress:run
92-
92+
9393
- name: Smoke test build
9494
run: ./scripts/package-smoke-test.sh --no-clean-build
9595

src/service/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ async function createApp(proxy: Proxy): Promise<Express> {
182182
});
183183

184184
if (!fs.existsSync(path.join(absBuildPath, 'index.html'))) {
185-
console.error(`UI build not found at ${absBuildPath}. The package may have been built or published incorrectly`);
185+
console.error(
186+
`UI build not found at ${absBuildPath}. The package may have been built or published incorrectly`,
187+
);
186188
}
187189
return app;
188190
}

0 commit comments

Comments
 (0)