From ec4b288a9cec7518e9aa6c054bc146b71495bc56 Mon Sep 17 00:00:00 2001 From: Fernando Otero Date: Thu, 11 Jan 2024 20:35:29 +0000 Subject: [PATCH] Add missing pnpm (#9) --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffa5ac6..9eab97c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,12 +12,12 @@ pnpm install You will then have access to the following commands. -- `programs:build` - Build all programs and fetch all dependant programs. -- `programs:test` - Test all programs. -- `programs:debug` - Test all programs with logs enabled. -- `programs:clean` - Clean all built and fetched programs. -- `clients:rust:test` - Run the Rust client tests. -- `clients:js:test` - Run the JS client tests. +- `pnpm programs:build` - Build all programs and fetch all dependant programs. +- `pnpm programs:test` - Test all programs. +- `pnpm programs:debug` - Test all programs with logs enabled. +- `pnpm programs:clean` - Clean all built and fetched programs. +- `pnpm clients:rust:test` - Run the Rust client tests. +- `pnpm clients:js:test` - Run the JS client tests. - `pnpm generate` - Shortcut for `pnpm generate:idls && pnpm generate:clients`. - `pnpm generate:idls` - Generate IDLs for all programs, as configured in the `configs/shank.cjs` file. - `pnpm generate:clients` - Generate clients using Kinobi, as configured in the `configs/kinobi.cjs` file.