Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Aug 9, 2017
1 parent fbeae70 commit 2833dff
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 @@ -42,6 +42,6 @@
"eject": "react-scripts eject",
"compile-components": "babel src/components --out-dir components --presets es2015,react,stage-0",
"build-resources": "gulp prepublish",
"prepublish": "npm run build-resources && npm run compile-components"
"prepublishOnly": "npm run build-resources && npm run compile-components"
}
}

0 comments on commit 2833dff

Please sign in to comment.