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

Commit fe20486

Browse files
authored
Refactor: Remove duplicated build command in token-swap script (#6709)
Remove duplicated build command
1 parent f4da532 commit fe20486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

token-swap/js/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"test": "start-server-and-test 'solana-test-validator --bpf-program SwapsVeCiPHMUAtzQWZw7RjsKjgCjhwU55QGu4U1Szw ../../target/deploy/spl_token_swap.so --reset --quiet' http://127.0.0.1:8899/health test:js",
4040
"lint": "npm run pretty && eslint --max-warnings 0 .",
4141
"lint:fix": "npm run pretty:fix && eslint . --fix",
42-
"build:program": "cargo build-sbf --manifest-path ../program/Cargo.toml",
4342
"pretty": "prettier --check '{*,**/*}.{ts,tsx,js,jsx,json}'",
4443
"pretty:fix": "prettier --write '{*,**/*}.{ts,tsx,js,jsx,json}'"
4544
},

0 commit comments

Comments
 (0)