Skip to content

Commit

Permalink
Run local webpack in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jun 3, 2015
1 parent 97af98f commit c540f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rm -rf ./build
find ./build -type f -name '*.jsx' -exec sh -c 'mv -f $0 ${0%.jsx}.js' {} \;

# Build browser module
webpack
./node_modules/.bin/webpack

0 comments on commit c540f53

Please sign in to comment.