collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

add build test #48

Closed djay closed 3 months ago

djay commented 3 months ago

@MAX-786 @JeffersonBledsoe last deploy got a failure

2.414  ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json

I want to put in a test that ensures the build is going to work at least but not really sure how to do this. can someone fix this?

MAX-786 commented 3 months ago

We can add this in the test file to check for lock-file and update lockfile according to package.json:

    - name: Check pnpm lockfile consistency
        run: |
          pnpm install --lockfile-only

And i don't know why its showing mrs.developer.json is missing. @JeffersonBledsoe Will this be okay to do so?