Skip to content

Commit 1ce9935

Browse files
authoredApr 18, 2024
SDK: Add ts sdk (#376)
1 parent f1d771b commit 1ce9935

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+31154
-7418
lines changed
 

‎.github/workflows/solana.yml

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
uses: Swatinem/rust-cache@v2
132132
with:
133133
workspaces: "solana"
134+
- name: Setup SDK
135+
run: make sdk
136+
shell: bash
134137
- name: Run tests
135138
run: anchor test
136139
shell: bash

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-evm-prod: clean-evm
1717

1818
.PHONY: gen-evm-bindings
1919
gen-evm-bindings: build-evm-prod
20-
cd ci_tests && rm -rf evm_binding && npm ci && npm run gen-evm-bindings
20+
cd sdk && npm ci && cd evm && npm run generate
2121

2222
#######################
2323
## TESTS

0 commit comments

Comments
 (0)