Skip to content

Commit

Permalink
Fix to remove old build in make publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jul 13, 2016
1 parent 6ea6dd8 commit fbbef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ target.compress = ->
target.publish = ->
tag = 'v' + package_version()
if git_version() == tag
rm '-r', zepto_js
rm '-f', zepto_js
env['MODULES'] = env['NOAMD'] = ''
target.dist()
res = exec 'npm publish'
Expand Down

0 comments on commit fbbef92

Please sign in to comment.