0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

fix install tests

This commit is contained in:
Zack Scholl 2022-12-06 07:58:15 -08:00
parent b436b31970
commit 2467411bae

View file

@ -13,5 +13,7 @@ release:
cd ../../ && ./src/install/upload-src-tarball.sh cd ../../ && ./src/install/upload-src-tarball.sh
test: test:
cp zsh_autocomplete ../../
cp bash_autocomplete ../../
cd ../../ && go generate cd ../../ && go generate
cd ../../ && goreleaser release --skip-publish cd ../../ && goreleaser release --skip-publish