Skip to content

Commit 40a8c5f

Browse files
author
R0n0066
committed
no-story (fix): fix make file publish command
1 parent b5132a4 commit 40a8c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build:
33
packr -v -z
44

55
publish:
6-
rm -R ./dist
6+
if [ -d ./dist ]; then rm -Rf ./dist; fi
77
goreleaser
88
npm publish

0 commit comments

Comments
 (0)