Skip to content

Commit

Permalink
Remove build products before building
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 12, 2015
1 parent 237e504 commit eeb4203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build
Expand Up @@ -6,7 +6,9 @@ cd examples
cd ..

# build minified standalone version in dist
rm -rf dist
./node_modules/.bin/webpack

# build ES5 modules in modules
rm -rf modules
./node_modules/.bin/babel src --out-dir modules

0 comments on commit eeb4203

Please sign in to comment.