Skip to content

Commit

Permalink
Sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 10, 2023
1 parent 0994df9 commit b7e6a69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"prettier": "^2.6.2",
"shelljs": "^0.8.5",
"ts-mocha": "^9.0.2",
"wasm-pack": "^0.10.2"
"wasm-pack": "^0.10.2",
"@ledgerhq/hw-transport-node-hid": "^6.27.21",
"@ledgerhq/hw-transport": "^6.27.2"
},
"scripts": {
"test": "npm run build_wasm && anchor build -- --features mock-clock && npm run dump_governance && ts-mocha --parallel -p ./tsconfig.json -t 1000000 tests/split_vesting_account.ts",
"test": "npm run build_wasm && anchor 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 b7e6a69

Please sign in to comment.