mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
bindings/javascript: Fix "npm publish" to build the package
This commit is contained in:
parent
8d5fb41f5d
commit
5b578dd790
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"artifacts": "napi artifacts",
|
||||
"build": "npm exec tsc && napi build --platform --release --esm",
|
||||
"build:debug": "npm exec tsc && napi build --platform",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"prepublishOnly": "npm exec tsc && napi prepublish -t npm",
|
||||
"test": "true",
|
||||
"universal": "napi universalize",
|
||||
"version": "napi version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue