Skip to content

Commit 7dd5434

Browse files
committed
Change scripts
1 parent 79e8111 commit 7dd5434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basics/transfer-sol/steel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"scripts": {
3-
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts",
4-
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
5-
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
3+
"test": "steel test",
4+
"build-and-test": "steel build && steel test",
5+
"build": "steel build",
66
"deploy": "solana program deploy ./program/target/so/program.so",
77
"check:fix": "pnpm biome format --write ./tests",
88
"rust:test": "cargo test-sbf"

0 commit comments

Comments
 (0)