Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[skip netlify] Update Bumped minor version of packages#17615

[skip netlify] Update Bumped minor version of packages

[skip netlify] Update Bumped minor version of packages #17615

Workflow file for this run

name:Test & Build app
on:
workflow_dispatch:
push:
branches:[main]
pull_request:
branches:[main, beta, production]
jobs:
test:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Install dependencies
uses:./.github/actions/pnpm-install
-name:Run Test
run:pnpm test
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Install dependencies
uses:./.github/actions/pnpm-install
-name:Run Build
run:pnpm generate
-run:wc -l ./.nuxt/dist/server/client.manifest.mjs
-run:stat -c "%s" ./.nuxt/dist/server/client.manifest.mjs
build-cf:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Install dependencies
uses:./.github/actions/pnpm-install
-name:Run Build
run:NITRO_PRESET=cloudflare_pages pnpm nuxi build

[8]ページ先頭

©2009-2025 Movatter.jp