Skip to content

Commit

Permalink
Added npm-pack script, to create npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Johnson authored and Bret Johnson committed Nov 23, 2016
1 parent 33bd4bc commit b2d703e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions npm-pack.sh
@@ -0,0 +1,5 @@
#!/bin/bash
set -e # Exit if any command failes
npm pack mobile-center-crashes
npm pack mobile-center-analytics
npm pack mobile-center-link-scripts

0 comments on commit b2d703e

Please sign in to comment.