We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc41602 commit 028808fCopy full SHA for 028808f
2 files changed
.github/workflows/ci.yml
@@ -14,10 +14,6 @@ jobs:
14
with:
15
experimental: true
16
17
- - name: Export mise environment
18
- run: |
19
- mise env --json | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' >> $GITHUB_ENV
20
-
21
- name: Build
22
run: mise run build
23
mise.toml
@@ -16,7 +16,7 @@ _.path = "node_modules/.bin"
run = "astro dev"
[tasks.build]
-run = "bun astro build"
+run = "astro build"
[tasks.preview]
run = "astro preview"
0 commit comments