Fixed packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2023-12-29 20:52:03 +01:00
parent d0e574422a
commit 85d97e0ec8
3 changed files with 4 additions and 11 deletions

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": {