github realbestia1/erdb v0.3.26

latest releases: v0.4.80, v0.4.79, v0.4.78...
one month ago

0.3.26

  • Install dev deps and add prod-deps pruning stage (52bdbd8)
    Set NODE_ENV=development and install devDependencies in the deps stage (npm ci --include=dev). Add a prod-deps stage that copies package*.json and node_modules from deps and runs npm prune --omit=dev to strip devDependencies for the runtime image. Update the runner to copy node_modules from prod-deps so builds have dev deps but the final image is smaller and production-only.
    Full Changelog: v0.3.25...v0.3.26

Don't miss a new erdb release

NewReleases is sending notifications on new releases.