Projects STRLCPY SeaMoon Commits 6ee0e732
🤬
  • ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 17 lines
    18 18   node-version: '20'
    19 19   - name: Build Front
    20 20   run: |
    21  - cd web && npm install && npm run build && cp -r dist ../cmd/client/static
     21 + cd web && npm install | true && npm run build && cp -r dist ../cmd/client/static
    22 22   - name: Set up Go
    23 23   uses: actions/setup-go@v5
    24 24   with:
    skipped 8 lines
Please wait...
Page is in error, reload to recover