Skip to content

Commit

Permalink
Build: e2 needs compiled l10n files, too
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Jun 30, 2024
1 parent 75be01a commit 357daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build-org": "npm run typecheck && electron-vite build",
"build": "electron-vite build",
"build": "npm run --prefix ../app/ l10n:compile && electron-vite build",
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "npm run build && electron-builder --mac --config",
"build:linux": "npm run build && electron-builder --linux --config",
Expand Down

0 comments on commit 357daa0

Please sign in to comment.