exclude registry-auth-token

This commit is contained in:
silverwind 2023-04-23 23:35:27 +02:00
parent 6159a69f7e
commit f15830c841
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 2 additions and 1 deletions

@ -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

@ -1,5 +1,6 @@
export default {
exclude: [
"registry-auth-token",
"semver",
],
};