feat: few more tests

This commit is contained in:
Jozef Steinhübl 2024-11-16 12:10:36 +01:00
parent 87bdff4475
commit f84b1d1bc4
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 73 additions and 3 deletions

View file

@ -15,7 +15,7 @@ if (registryUrl) {
registries.push({
url: registryUrl,
scope: scope,
token: "$$BUN_AUTH_TOKEN",
token: "$BUN_AUTH_TOKEN",
});
}