@malloydata/malloyyo 0.2.14 → 0.2.16

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +725 -381
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -23,8 +23,8 @@ It lives in the `malloyyo` monorepo as `packages/cli`.
23
23
 
24
24
  ```bash
25
25
  # from the repo root
26
- pnpm install
27
- pnpm --filter @malloydata/malloyyo build # → packages/cli/dist/index.js
26
+ npm install
27
+ npm run build -w @malloydata/malloyyo # → packages/cli/dist/index.js
28
28
 
29
29
  # put `malloyyo` on your PATH (symlink to the built CLI)
30
30
  cd packages/cli && npm link # then: malloyyo --help