We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ce5aa commit 10e59f3Copy full SHA for 10e59f3
2 files changed
.github/workflows/deploy.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: withastro/action@v5
31
with:
32
node-version: lts/*
33
+ build-cmd: pnpm install-gifsicle-bin && pnpm build
34
35
deploy:
36
needs: build
package.json
@@ -6,7 +6,8 @@
6
"lint": "prettier --check .",
7
"start": "astro dev",
8
"build": "astro build",
9
- "preview": "astro build && astro preview"
+ "preview": "astro build && astro preview",
10
+ "install-gifsicle-bin": "node node_modules/gifsicle/lib/install.js"
11
},
12
"devDependencies": {
13
"@astrojs/markdown-remark": "^6.3.9",
0 commit comments