Last active
June 20, 2020 19:13
-
-
Save jroakes/c9c293fbe30ac6a1b3676e5b65460e20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%.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