diff options
Diffstat (limited to '.github/build_site.sh')
| -rwxr-xr-x | .github/build_site.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/build_site.sh b/.github/build_site.sh index a44d3d2..b4a0455 100755 --- a/.github/build_site.sh +++ b/.github/build_site.sh @@ -6,8 +6,7 @@ set -euo pipefail function build_site { pnpm install --frozen-lockfile - pnpm run lint - pnpm run check + pnpm run ci pnpm run build } |
