From f15830c841d65041da71120912219e5c9e0eb6d0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 23 Apr 2023 23:35:27 +0200 Subject: [PATCH] exclude registry-auth-token --- Makefile | 2 +- updates.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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", ], };