diff --git a/Makefile b/Makefile index 6f96263..46e42a5 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ publish: node_modules .PHONY: update update: node_modules build - node $(DST) -cu -e registry-auth-token + node $(DST) -cu rm -rf node_modules package-lock.json npm install @touch node_modules diff --git a/updates.config.js b/updates.config.js index 13222ac..31053ba 100644 --- a/updates.config.js +++ b/updates.config.js @@ -1,5 +1,6 @@ export default { exclude: [ + "registry-auth-token", "semver", ], };