Skip to content

Instantly share code, notes, and snippets.

@boennemann
Created July 8, 2015 11:56

Revisions

  1. boennemann created this gist Jul 8, 2015.
    7 changes: 7 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    {
    "scripts": {
    "preparepublish": "changelog",
    "prepublish": "transpile && minify && docs",
    "mypublsih": "npm run preparepublish && npm publish"
    }
    }