Skip to content

Commit

Permalink
fix: npm workflows (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Oct 2, 2024
1 parent d247ea4 commit 22b19d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bonfida/token-vesting",
"name": "@defi-wonderland/solana-token-vesting",
"version": "0.0.9",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 22b19d4

Please sign in to comment.