Skip to content

Instantly share code, notes, and snippets.

@danielstgt
Created December 18, 2024 00:23
Show Gist options
  • Save danielstgt/cc5c3e53eb4d5491ae8eeda987fa07ff to your computer and use it in GitHub Desktop.
Save danielstgt/cc5c3e53eb4d5491ae8eeda987fa07ff to your computer and use it in GitHub Desktop.
bun install with frozen lockfile (recommended for production)
bun install --frozen-lockfile && bun run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment