just remove the package lock file

This commit is contained in:
sam 2024-11-19 15:46:06 +01:00
parent b3c541f743
commit 04d6bc958e
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
3 changed files with 1 additions and 683 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
(git rev-parse HEAD &&
git describe --tags --always --long &&
if test -z "$(git ls-files --exclude-standard --modified --deleted --others -- '*' '!packages.lock.json')"; then echo clean; else echo dirty; fi) > ../.version
if test -z "$(git ls-files --exclude-standard --modified --deleted --others)"; then echo clean; else echo dirty; fi) > ../.version