Skip to content

Commit dbf1416

Browse files
committed
Fix to remove old build in make publish step
1 parent 65c137f commit dbf1416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ target.compress = ->
6565
target.publish = ->
6666
tag = 'v' + package_version()
6767
if git_version() == tag
68-
rm '-r', zepto_js
68+
rm '-f', zepto_js
6969
env['MODULES'] = env['NOAMD'] = ''
7070
target.dist()
7171
res = exec 'npm publish'

0 commit comments

Comments
 (0)