mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
add windows build artifacts
This commit is contained in:
@ -23,6 +23,12 @@ build-windows:
|
||||
script:
|
||||
- yarn
|
||||
- yarn build --target x86_64-pc-windows-msvc
|
||||
artifacts:
|
||||
paths:
|
||||
- index.js
|
||||
- index.d.ts
|
||||
- droplet.*.node
|
||||
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@drop/droplet",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
Reference in New Issue
Block a user