Skip to content

Commit

Permalink
Add npmpub to publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
xuopled committed Apr 13, 2017
1 parent 2d4e739 commit 79f71ad
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 82 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dist": "webpack -p",
"build": "babel ./src --out-dir ./lib --source-maps -d lib/",
"watch": "webpack --progress --colors --watch",
"prepublish": "npm run clean && npm run build && npm run dist"
"prepublish": "npm run clean && npm run build && npm run dist",
"release": "npmpub"
}
}
Loading

0 comments on commit 79f71ad

Please sign in to comment.