Skip to content

Instantly share code, notes, and snippets.

@naazeri
Last active July 14, 2025 14:42
Show Gist options
  • Select an option

  • Save naazeri/bdd348f4a2482b03f9f729d141a57d7e to your computer and use it in GitHub Desktop.

Select an option

Save naazeri/bdd348f4a2482b03f9f729d141a57d7e to your computer and use it in GitHub Desktop.
zip next.js project using npm scripts

in package.json add this to scripts section:

"zip": "rm -f project.zip && zip -r project.zip . -x 'node_modules/*' '.git/*' '.next/*'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment