Browse Source

try with pnpx

Ayush 4 months ago
parent
commit
97db186968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      basics/create-account/anchor/Anchor.toml

+ 1 - 1
basics/create-account/anchor/Anchor.toml

@@ -13,4 +13,4 @@ cluster = "Localnet"
 wallet = "~/.config/solana/id.json"
 
 [scripts]
-test = "pnpm ts-mocha -p ./tsconfig.json tests/**/*.ts"
+test = "pnpx ts-mocha -p ./tsconfig.json tests/**/*.ts"