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 .PHONY: update
update: node_modules build update: node_modules build
node $(DST) -cu -e registry-auth-token node $(DST) -cu
rm -rf node_modules package-lock.json rm -rf node_modules package-lock.json
npm install npm install
@touch node_modules @touch node_modules

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