Skip to content

Commit

Permalink
automatic publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shavyg2 committed Apr 13, 2014
1 parent 8d7b64a commit 96cec23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion build.sh
Expand Up @@ -2,4 +2,8 @@

basedir=$(dirname $0)
cd $basedir
coffee -c -o bin src/*.coffee

coffee -c -o bin src/*.coffee
git add --all
git commit -am"automatic publish"
git push origin master
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "coffee-stir",
"version": "0.0.30",
"version": "0.0.31",
"bin": "./bin/cli.js",
"description": "This is a library to merge, watch and compile coffeescript files.",
"keyword": [
Expand Down Expand Up @@ -33,6 +33,6 @@
"url": "https://github.com/BeastJavaScript/Coffee-Stir.git"
},
"scripts": {
"prepublish": "build-release.sh"
"prepublish": "build.sh"
}
}

0 comments on commit 96cec23

Please sign in to comment.