just remove the package lock file
This commit is contained in:
parent
b3c541f743
commit
04d6bc958e
3 changed files with 1 additions and 683 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue