@99percentpeople/pi-codex-api 0.1.2 → 0.1.4

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
@@ -24,9 +24,12 @@ ChatGPT subscription backend rather than metered Platform API usage.
24
24
  pi install npm:@99percentpeople/pi-codex-api
25
25
  ```
26
26
 
27
- During development:
27
+ During development, build the npm artifact before installing the package
28
+ directory:
28
29
 
29
30
  ```bash
31
+ bun run build:packages
32
+ bun run --cwd extensions/codex-api build
30
33
  pi install ./extensions/codex-api
31
34
  ```
32
35