This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 703eed0
refactor: Make examples executable (#90)
Right now, the examples cannot be executed without manually linking NPM
modules to the correct locations, i.e. the `node_modules/` dir in
project root. This makes it really hard to just try out an example as a
user or as a developer working on opencensus-node.
This PR moves the example to a *private* module under `packages/`. This
means that lerna will automatically initialise the necessary symlinks
for developers working on this project. Users on the other hand, could
just run `npm install` and manually execute the examples.1 parent a6f44e0 commit 703eed0
File tree
5 files changed
+13
-0
lines changed- packages/opencensus-example-automatic-tracing
5 files changed
+13
-0
lines changedFile renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments