We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5132a4 commit 40a8c5fCopy full SHA for 40a8c5f
Makefile
@@ -3,6 +3,6 @@ build:
3
packr -v -z
4
5
publish:
6
- rm -R ./dist
+ if [ -d ./dist ]; then rm -Rf ./dist; fi
7
goreleaser
8
npm publish
0 commit comments