Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created February 21, 2018 19:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/fa0de121579ae9bd35b013238ff7a1f6 to your computer and use it in GitHub Desktop.
Save astrotars/fa0de121579ae9bd35b013238ff7a1f6 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf dist && mkdir dist
npx babel src --out-dir dist --ignore node_modules
cp src/package.json dist
cd dist && yarn install --production --modules-folder node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment