Switch to a scoped package #5
@@ -2,12 +2,6 @@ local bun_image = "oven/bun:1";
|
||||
local node_image = "node:20";
|
||||
|
||||
|
||||
local fetch_step = {
|
||||
name: "fetch",
|
||||
image: "alpine/git",
|
||||
commands: ["git fetch --tags"],
|
||||
};
|
||||
|
||||
local install_step = {
|
||||
name: "install",
|
||||
image: bun_image,
|
||||
@@ -41,7 +35,7 @@ local publish_step = {
|
||||
},
|
||||
|
||||
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 publish",
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "thilatrait",
|
||||
"name": "@thilawyn/thilatrait",
|
||||
"version": "20231229.0.0",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user