From 7723eda2e09e843c244a17337685f53af881f18c Mon Sep 17 00:00:00 2001 From: 0xGorilla <84932007+0xGorilla@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:20:11 +0300 Subject: [PATCH 1/2] fix: npm workflows cache dir --- .github/workflows/canary.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index d426324..c09f961 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -16,6 +16,7 @@ jobs: with: registry-url: "https://registry.npmjs.org" cache: "yarn" + cache-dependency-path: "js/yarn.lock" - name: Install Dependencies working-directory: ./js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88403ec..187c9b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: with: registry-url: "https://registry.npmjs.org" cache: "yarn" + cache-dependency-path: "js/yarn.lock" - name: Install Dependencies working-directory: ./js From 8ee0bf84d02e769890fa16fea278111cc86eb3c0 Mon Sep 17 00:00:00 2001 From: 0xGorilla <84932007+0xGorilla@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:20:44 +0300 Subject: [PATCH 2/2] feat: changed package name --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 7a07b31..df81800 100644 --- a/js/package.json +++ b/js/package.json @@ -1,5 +1,5 @@ { - "name": "@bonfida/token-vesting", + "name": "@defi-wonderland/solana-token-vesting", "version": "0.0.9", "license": "MIT", "repository": {