Skip to content

Commit

Permalink
♻️ Code Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 4, 2024
1 parent 3bb999b commit 43c5f96
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 339 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install Node Modules
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
yarn install
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -69,6 +64,9 @@ jobs:
task: [clippy, yarn]
steps:
- uses: actions/checkout@v4
- name: Install node modules
run: |
yarn --frozen-lockfile --network-concurrency 2
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- name: Run Lint
Expand Down
2 changes: 1 addition & 1 deletion cli/npm-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/node": "^20.8.8",
"typescript": "^4.9.4",
"prettier": "^3.1.1"
"prettier": "^3.3.3"
},
"optionalDependencies": {
"@magicblock-labs/bolt-cli-darwin-x64": "0.1.10",
Expand Down
2 changes: 1 addition & 1 deletion clients/bolt-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/bolt-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@metaplex-foundation/solita": "^0.20.1",
"prettier": "^3.1.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
Expand Down
Loading

0 comments on commit 43c5f96

Please sign in to comment.