Fixed?
This commit is contained in:
@@ -22,7 +22,7 @@ local lint_step = {
|
|||||||
local build_step = {
|
local build_step = {
|
||||||
name: "build",
|
name: "build",
|
||||||
image: bun_image,
|
image: bun_image,
|
||||||
commands: ["bun run build", "ls -la dist"],
|
commands: ["bun run build"],
|
||||||
};
|
};
|
||||||
|
|
||||||
local publish_step = {
|
local publish_step = {
|
||||||
@@ -34,10 +34,9 @@ local publish_step = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
commands: [
|
commands: [
|
||||||
"ls -la dist",
|
"npm set registry https://git.jvalver.de/api/packages/thilawyn/npm/",
|
||||||
// "npm set 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",
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -129,4 +129,3 @@ dist
|
|||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
|||||||
4
.npmignore
Normal file
4
.npmignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
*
|
||||||
|
!/dist/
|
||||||
|
!/LICENSE
|
||||||
|
!/package.json
|
||||||
Reference in New Issue
Block a user