Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Created January 15, 2018 21:34
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 alanbsmith/174add206206d54ddad3b79c42b68d9f to your computer and use it in GitHub Desktop.
Save alanbsmith/174add206206d54ddad3b79c42b68d9f to your computer and use it in GitHub Desktop.
// package.json
...
"scripts": {
"build": "babel lib -d build",
"build:watch": "babel lib -w -d build",
"prepublishOnly": "npm run build",
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment