Skip to content

Commit

Permalink
fix: sync then build (#9)
Browse files Browse the repository at this point in the history
* fix: sync then build

* fix: app name
  • Loading branch information
jrasm91 authored Jul 9, 2024
1 parent d707f48 commit 5cb4bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- app: my.immich-app
- app: my.immich.app
name: my-immich
- app: buy.immich.app
name: buy-immich
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "dotenv -- vite dev",
"build": "dotenv -- vite build",
"build": "npm run sync && dotenv -- vite build",
"preview": "dotenv -- vite preview",
"check": "npm run sync && dotenv -- svelte-check --tsconfig ./tsconfig.json",
"sync": "dotenv -- svelte-kit sync",
Expand Down

0 comments on commit 5cb4bd8

Please sign in to comment.