Skip to content

Instantly share code, notes, and snippets.

@jroakes
Last active June 20, 2020 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroakes/c9c293fbe30ac6a1b3676e5b65460e20 to your computer and use it in GitHub Desktop.
Save jroakes/c9c293fbe30ac6a1b3676e5b65460e20 to your computer and use it in GitHub Desktop.
%.zip:
mkdir -p nodejs/node_modules/
cd nodejs/ && npm install summarize cheerio natural unfluff --no-bin-links --no-optional --no-package-lock --no-save --no-shrinkwrap && cd -
mkdir -p $(dir $@)
zip -9 --filesync --move --recurse-paths $@ nodejs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment