mirror of
https://github.com/Drop-OSS/droplet.git
synced 2026-06-22 04:11:40 +10:00
fix: install patch crate before patching
This commit is contained in:
@@ -94,6 +94,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |-
|
run: |-
|
||||||
|
cargo install patch-crate &&
|
||||||
cargo patch-crate &&
|
cargo patch-crate &&
|
||||||
yarn install
|
yarn install
|
||||||
- name: Build in docker
|
- name: Build in docker
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@drop-oss/droplet",
|
"name": "@drop-oss/droplet",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
|
|||||||
Reference in New Issue
Block a user