Skip to content

Commit

Permalink
Merge branch 'beeman-beeman/package-manager-property'
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 10, 2025
2 parents 055cc4e + 039cc45 commit 0ebce18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and Build Anchor
on:
pull_request:
push:
branches: ['main']
branches: [ 'main' ]

jobs:
test-and-build:
Expand All @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and Build Web
on:
pull_request:
push:
branches: ['main']
branches: [ 'main' ]

jobs:
test-and-build:
Expand All @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"rename": {
"counter": {
"to": "{{name}}",
"paths": [ "anchor", "src" ]
"paths": [
"anchor",
"src"
]
}
},
"instructions": [
Expand All @@ -58,6 +61,5 @@
"anchor": "0.30.1",
"solana": "1.18.0"
}
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}
}

0 comments on commit 0ebce18

Please sign in to comment.