ci/nur-search: run make clean

public should be rebuild from a clean state when packages.json are
changed, thus removing obsolete repos.
This commit is contained in:
0x4A6F 2021-01-01 12:44:57 +00:00
parent 82a4f52a0e
commit 32cb0a1479
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -29,7 +29,7 @@ if [[ ! -z "$(git diff --exit-code)" ]]; then
git commit -m "automatic update package.json"
git pull --rebase origin master
git push origin master
nix-shell --run "make && make publish"
nix-shell --run "make clean && make && make publish"
else
echo "nothings changed will not commit anything"
fi