Skip to content

Commit 74b942e

Browse files
committed
fix: update build command for app-e2e and set alwaysUseSrc to true in Vite config
1 parent c2c04de commit 74b942e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dev": "npm run dev -w @eclipse-docks/app",
2121
"build": "npm run build -w @eclipse-docks/core && npm run build:extensions",
2222
"build:app": "npm run build -w @eclipse-docks/app",
23-
"build:app-e2e": "npm run build -w @eclipse-docks/core && npm run build -w @eclipse-docks/app-e2e",
23+
"build:app-e2e": "npm run build -w @eclipse-docks/app-e2e",
2424
"preview": "npm run preview -w @eclipse-docks/app",
2525
"type-check": "npm run type-check -w @eclipse-docks/core",
2626
"test": "npm run test --workspaces --if-present",

packages/app-e2e/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default defineConfig({
4040
localAliasesPlugin({
4141
packagesRoot: packagesDir,
4242
useSrcInDev: true,
43+
alwaysUseSrc: true,
4344
patterns: [
4445
{ folderPrefix: 'core', packageNamePrefix: '@eclipse-docks/' },
4546
{ folderPrefix: 'extension-' },

0 commit comments

Comments
 (0)