Skip to content

Commit

Permalink
Fix tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 13, 2016
1 parent d74876f commit cd34ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepublish": "npm run dirty && npm run clean && npm install && npm test",
"pretest": "npm run lint",
"push": "git tag $newVersion && git push origin $newVersion --follow-tags",
"test": " && sh test/test.sh"
"test": "sh test/test.sh"
},
"license": "MIT"
}

0 comments on commit cd34ec8

Please sign in to comment.