fix: install patch crate before patching

This commit is contained in:
DecDuck
2025-07-02 12:07:00 +10:00
parent 169d471bb7
commit 89e94e3afd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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": {