Skip to content

Commit

Permalink
fix(build): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere committed Mar 28, 2016
1 parent 876fc07 commit 051e805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ test/coverage
node_modules
dist
build
lib
1 change: 1 addition & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ echo "==> Cleaning Build directory"
rm -rf ./dist

echo "==> Creating build files"
npm run pre-build
npm run build

echo "==> Committing changes"
Expand Down

0 comments on commit 051e805

Please sign in to comment.