Skip to content

Commit 52a4231

Browse files
committed
added pnpm change
1 parent ebd36df commit 52a4231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Alternatively, You can add `steel test` and `steel build` as commands according
7777

7878
7. Test command for Anchor should execute `pnpm test` instead of `yarn run test` for anchor programs. Replace `yarn` with `pnpm` in `[script]` table inside [Anchor.toml file.](https://www.anchor-lang.com/docs/manifest#scripts-required-for-testing)
7979

80+
```
81+
[scripts]
82+
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
83+
```
84+
8085
8. TypeScript, JavaScript and JSON files are formatted and linted using
8186
[Biome](https://biomejs.dev/). Execute the following command to format and lint your code at the root of this project before submitting a pull request:
8287

0 commit comments

Comments
 (0)