Skip to content

Commit

Permalink
create target debug too
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 10, 2024
1 parent f7e5eec commit f9492c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"scripts": {
"test": "npm run build_wasm && anchor build -- --features mock-clock && npm run dump_governance && ts-mocha --parallel -p ./tsconfig.json -t 1000000",
"test:ci": "npm run build_wasm && mkdir -p target/debug && solana-verify build -- --features mock-clock && npm run dump_governance && ts-mocha --parallel -p ./tsconfig.json -t 1000000 tests/*.ts",
"test:ci": "npm run build_wasm && mkdir -p target/debug && mkdir -p target/deploy && solana-verify build -- --features mock-clock && npm run dump_governance && ts-mocha --parallel -p ./tsconfig.json -t 1000000 tests/*.ts",
"build": "npm run build_wasm && tsc -p tsconfig.api.json",
"build_wasm": "./scripts/build_wasm.sh",
"localnet": "anchor build && npm run dump_governance && ts-node ./app/scripts/localnet.ts",
Expand Down

0 comments on commit f9492c0

Please sign in to comment.