Skip to content

Commit

Permalink
Change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
onspeedhp committed Nov 29, 2024
1 parent 79e8111 commit 7dd5434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basics/transfer-sol/steel/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"test": "steel test",
"build-and-test": "steel build && steel test",
"build": "steel build",
"deploy": "solana program deploy ./program/target/so/program.so",
"check:fix": "pnpm biome format --write ./tests",
"rust:test": "cargo test-sbf"
Expand Down

0 comments on commit 7dd5434

Please sign in to comment.