20231230.0.0 #6

Merged
Thilawyn merged 4 commits from next into master 2023-12-30 00:40:56 +01:00
3 changed files with 4 additions and 11 deletions
Showing only changes of commit 85d97e0ec8 - Show all commits

View File

@@ -23,7 +23,7 @@ local build_step = {
local pack_step = {
name: "pack",
image: node_image,
commands: ["npm pack"],
commands: ["npm pack --dry-run"],
};
local publish_step = {

View File

@@ -1,10 +0,0 @@
/node_modules/
/src/
/.drone.jsonnet
/.gitignore
/.npmignore
/bun.lockb
/README.md
/rollup.config.js
/tsconfig.json
/tsconfig.tsbuildinfo

View File

@@ -5,6 +5,9 @@
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
},
"files": [
"./dist"
],
"exports": {
".": {
"import": {