Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 3acbbd4

Browse files
committed
update binary build path
1 parent de710e1 commit 3acbbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint:fix": "npm run pretty:fix && eslint . --fix --ext .js,.ts",
4343
"docs": "rm -rf docs/ && typedoc --out docs",
4444
"deploy:docs": "npm run docs && gh-pages --dest account-compression/sdk --dist docs --dotfiles",
45-
"start-validator": "solana-test-validator --reset --quiet --bpf-program cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK ../target/deploy/spl_account_compression.so --bpf-program noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV ../target/deploy/spl_noop.so",
45+
"start-validator": "solana-test-validator --reset --quiet --bpf-program cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK ../../target/deploy/spl_account_compression.so --bpf-program noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV ../../target/deploy/spl_noop.so",
4646
"run-tests": "jest tests --detectOpenHandles",
4747
"run-tests:events": "jest tests/events --detectOpenHandles",
4848
"run-tests:accounts": "jest tests/accounts --detectOpenHandles",

0 commit comments

Comments
 (0)