Skip to content

Commit

Permalink
chore(release): remove unnecessary clappr build/release variant commands
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Jun 16, 2019
1 parent 4e0cf27 commit 590a6e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bump
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ build() {
echo 'building clappr.js' &&
yarn build &&
echo 'building clappr.min.js' &&
yarn release &&
echo 'building clappr.plainhtml5.js' &&
yarn build:plainhtml5 &&
echo 'building clappr.plainhtml5.min.js' &&
yarn release:plainhtml5
yarn release
}

run_tests() {
Expand Down

0 comments on commit 590a6e3

Please sign in to comment.