workaround npm issue 4828 in 'make update'

This commit is contained in:
silverwind 2023-03-17 15:51:29 +01:00
parent fa149f7e75
commit a2ea01a994
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -32,7 +32,7 @@ publish: node_modules
.PHONY: update
update: node_modules build
node $(DST) -cu -e registry-auth-token
rm package-lock.json
rm -rf node_modules package-lock.json
npm install
@touch node_modules