Skip to content

Commit fd9ce52

Browse files
committed
Build and ignore changes
1 parent 4ad8185 commit fd9ce52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uv pip install . --target ./lib/
5353
5454
# Install npm dependencies
55-
npm install
55+
npm install dxt
5656
5757
# Build DXT extension
5858
npx dxt pack

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,6 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
209+
# DXT File
210+
*.dxt

0 commit comments

Comments
 (0)