Skip to content

Instantly share code, notes, and snippets.

@nfhipona
Created November 12, 2018 08:27
Show Gist options
  • Save nfhipona/3ae7b159dd69af7ff6b21c84cb0a7bb2 to your computer and use it in GitHub Desktop.
Save nfhipona/3ae7b159dd69af7ff6b21c84cb0a7bb2 to your computer and use it in GitHub Desktop.
script for deploying npm package
#! /bin/bash
./node_modules/.bin/babel src --out-dir lib && npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment