chore(build): fix release script bugs

This commit is contained in:
Andrew Joslin
2014-06-16 18:19:28 +00:00
parent a057734631
commit 0b56a15583
7 changed files with 18 additions and 226 deletions

View File

@@ -15,7 +15,6 @@ function run {
cd ../..
node_modules/.bin/gulp build --release --dist="$RELEASE_DIR/release"
node_modules/.bin/gulp version --dist="$RELEASE_DIR/release"
node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
cp package.json $RELEASE_DIR