Merge pull request #310 from 0x4A6F/master-nur-search

This commit is contained in:
Jörg Thalheim 2021-01-01 14:13:13 +00:00 committed by GitHub
commit 6a07a28a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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