mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-26 06:31:31 +10:00
publish alpha
This commit is contained in:
@ -39,3 +39,4 @@ publish:
|
||||
- yarn
|
||||
- yarn artifacts
|
||||
- ls -R ./npm
|
||||
- npm publish
|
||||
@ -19,7 +19,7 @@
|
||||
"node": ">= 10"
|
||||
},
|
||||
"scripts": {
|
||||
"artifacts": "napi artifacts",
|
||||
"artifacts": "napi artifacts -d .",
|
||||
"build": "napi build --platform --release",
|
||||
"build:debug": "napi build --platform",
|
||||
"prepublishOnly": "napi prepublish -t npm",
|
||||
|
||||
Reference in New Issue
Block a user