Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
prereleaseTag: ${{ inputs.prereleaseTag }}
node-version: "18"
bun: true
build-output-dir: "lib" # Directorio de salida del build en este proyecto
secrets:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down
1,785 changes: 1,785 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[install]
registry = "https://registry.npmjs.org"

[install.scopes]
"@producteca" = { token = "$NPM_TOKEN", url = "https://registry.npmjs.org/" }
Loading