This commit is contained in:
@@ -23,7 +23,7 @@ local build_step = {
|
|||||||
local pack_step = {
|
local pack_step = {
|
||||||
name: "pack",
|
name: "pack",
|
||||||
image: node_image,
|
image: node_image,
|
||||||
commands: ["npm pack"],
|
commands: ["npm pack --dry-run"],
|
||||||
};
|
};
|
||||||
|
|
||||||
local publish_step = {
|
local publish_step = {
|
||||||
|
|||||||
10
.npmignore
10
.npmignore
@@ -1,10 +0,0 @@
|
|||||||
/node_modules/
|
|
||||||
/src/
|
|
||||||
/.drone.jsonnet
|
|
||||||
/.gitignore
|
|
||||||
/.npmignore
|
|
||||||
/bun.lockb
|
|
||||||
/README.md
|
|
||||||
/rollup.config.js
|
|
||||||
/tsconfig.json
|
|
||||||
/tsconfig.tsbuildinfo
|
|
||||||
@@ -5,6 +5,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"./dist"
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"import": {
|
||||||
|
|||||||
Reference in New Issue
Block a user