We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373079c commit 39418ccCopy full SHA for 39418cc
.github/workflows/pages.yml
@@ -36,7 +36,7 @@ jobs:
36
registry-url: 'https://registry.npmjs.org'
37
38
- run: npm ci
39
- - run: npm run build
+ - run: npm run build:github-actions
40
41
- name: Setup Pages
42
uses: actions/configure-pages@v5
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"dev": "vite dev --host",
8
"build": "vite build",
9
+ "build:github-actions": "vite build && cp .env_example ./build/.env",
10
"preview": "vite preview",
11
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
12
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
0 commit comments