We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e8111 commit 7dd5434Copy full SHA for 7dd5434
basics/transfer-sol/steel/package.json
@@ -1,8 +1,8 @@
1
{
2
"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",
+ "test": "steel test",
+ "build-and-test": "steel build && steel test",
+ "build": "steel build",
6
"deploy": "solana program deploy ./program/target/so/program.so",
7
"check:fix": "pnpm biome format --write ./tests",
8
"rust:test": "cargo test-sbf"
0 commit comments