paper-wallet-generator icon indicating copy to clipboard operation
paper-wallet-generator copied to clipboard

Missing lockfile package-lock.json or yarn.lock

Open emanuelb opened this issue 2 years ago • 1 comments
trafficstars

The repo doesn't contain a lockfile file such as package-lock.json (when npm used) or yarn.lock (when yarn used), which enable reproducible-builds as the same versions can be used when rebuilding the app by using npm ci command which currently fail with error.

fix: include lockfile in the repo, and ensure app compilation work when npm ci or yarn install --frozen-lockfile is used to install deps (needed for reproducible deps installation)

emanuelb avatar Apr 17 '23 00:04 emanuelb

updated and file available

technologiespro avatar May 22 '23 15:05 technologiespro