Switched to a scoped package
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Julien Valverdé
2023-12-29 05:04:26 +01:00
parent 30ca69c33d
commit c1dae2d4fb
2 changed files with 2 additions and 8 deletions

View File

@@ -2,12 +2,6 @@ local bun_image = "oven/bun:1";
local node_image = "node:20"; local node_image = "node:20";
local fetch_step = {
name: "fetch",
image: "alpine/git",
commands: ["git fetch --tags"],
};
local install_step = { local install_step = {
name: "install", name: "install",
image: bun_image, image: bun_image,
@@ -41,7 +35,7 @@ local publish_step = {
}, },
commands: [ commands: [
"npm set registry https://git.jvalver.de/api/packages/thilawyn/npm/", "npm set @thilawyn:registry https://git.jvalver.de/api/packages/thilawyn/npm/",
"npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken $NPM_TOKEN", "npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken $NPM_TOKEN",
"npm publish", "npm publish",
], ],

View File

@@ -1,5 +1,5 @@
{ {
"name": "thilatrait", "name": "@thilawyn/thilatrait",
"version": "20231229.0.0", "version": "20231229.0.0",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {