@jackchuka/gql-ingest 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,8 +34,8 @@ npx @jackchuka/gql-ingest --endpoint <url> --config <path>
34
34
  ```bash
35
35
  git clone https://github.com/jackchuka/gql-ingest.git
36
36
  cd gql-ingest
37
- npm install
38
- npm run build
37
+ pnpm install
38
+ pnpm run build
39
39
  ```
40
40
 
41
41
  ## Usage
@@ -378,11 +378,11 @@ YAML provides a more readable alternative:
378
378
  ### Scripts
379
379
 
380
380
  ```bash
381
- npm run build # Build CLI bundle with esbuild
382
- npm run build:types # Generate TypeScript declarations
383
- npm run build:all # Build bundle + types
384
- npm run dev # Run in development mode
385
- npm run test # Run test suite
381
+ pnpm run build # Build CLI bundle with esbuild
382
+ pnpm run build:types # Generate TypeScript declarations
383
+ pnpm run build:all # Build bundle + types
384
+ pnpm run dev # Run in development mode
385
+ pnpm run test # Run test suite
386
386
  ```
387
387
 
388
388
  ## How It Works