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 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": {