mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
fix package.json
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
"node": ">= 10"
|
||||
},
|
||||
"scripts": {
|
||||
"artifacts": "napi artifacts && tsc -p tsconfig.json",
|
||||
"build": "napi build --platform --release --esm",
|
||||
"artifacts": "napi artifacts",
|
||||
"build": "napi build --platform --release --esm && tsc",
|
||||
"build:debug": "napi build --platform",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
"test": "true",
|
||||
@@ -60,4 +60,4 @@
|
||||
"node": "./index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user