mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
fix update script
This commit is contained in:
parent
4e54f9042c
commit
78e06ff4f7
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ from pathlib import Path
|
|||
# Define all npm package paths in one place
|
||||
NPM_PACKAGES = [
|
||||
"bindings/javascript",
|
||||
"bindings/javascript/packages/wasm-runtime",
|
||||
"bindings/javascript/packages/common",
|
||||
"bindings/javascript/packages/native",
|
||||
"bindings/javascript/packages/browser",
|
||||
|
|
@ -27,6 +28,7 @@ NPM_PACKAGES = [
|
|||
]
|
||||
|
||||
NPM_WORKSPACE_PACKAGES = [
|
||||
"@tursodatabase/wasm-runtime",
|
||||
"@tursodatabase/database-common",
|
||||
"@tursodatabase/database-browser-common",
|
||||
"@tursodatabase/sync-common",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue