Skip to content

Commit

Permalink
fix(Travis): compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Aug 15, 2016
1 parent d3e1d1e commit 75bf407
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 @@ -3,7 +3,7 @@
"description": "Universal gl-react effect to sepia",
"main": "lib/index.js",
"scripts": {
"compile": "rimraf lib/ && babel --presets es2015,stage-1,react --source-maps -d lib src",
"compile": "rm -rf lib/ && babel --presets es2015,stage-1,react --source-maps -d lib src",
"prepublish": "npm run compile",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 75bf407

Please sign in to comment.