mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
fix package.json one more time
This commit is contained in:
parent
d32b63d135
commit
eec679b00b
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"artifacts": "napi artifacts",
|
||||
"build": "napi build --platform --release --esm && npm exec tsc",
|
||||
"build:debug": "napi build --platform",
|
||||
"build": "npm exec tsc && napi build --platform --release --esm",
|
||||
"build:debug": "npm exec tsc && napi build --platform",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"test": "true",
|
||||
"universal": "napi universalize",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue