Archive

Apply latest archive

How to replace the project with the latest zip without losing env or reverting to an old version.

First launch step: confirm the repository contains the latest patch pack.

owner action

Unzip into a separate folder, compare report file, copy files into repo, and do not copy node_modules/.next/.env.local.

evidence

  • zip name
  • SHA256
  • report file

stop if

  • It is unclear which zip is latest.

commands

unzip -tq latest.zipnpm ci --ignore-scripts --no-audit --no-fundnpm run typecheck -- --pretty false

related