Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created September 17, 2015 17:05
Show Gist options
  • Select an option

  • Save bcomnes/672e395402e28a7d17b7 to your computer and use it in GitHub Desktop.

Select an option

Save bcomnes/672e395402e28a7d17b7 to your computer and use it in GitHub Desktop.
{
"scripts": {
"build": "babel index.js --out-dir dist --source-map",
"prepublish": "npm run build",
"test": "standard index.js && npm run build && tap test/*.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment