@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.
- package/README.md +2 -2
- package/dist/index.js +725 -381
- 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
|
-
|
|
27
|
-
|
|
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
|