Skip to content

Commit 37cb5fd

Browse files
committed
CONTRIBUTING
1 parent 442c302 commit 37cb5fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ When filing an issue, please include:
1717

1818
## Executable Stack Trace
1919

20-
The Vite Build uses SSR to bundle all dependencies for efficiency. There currently is no source map for `./build/cli.js`. To execute npm-check-updates with an accurate stack trace, run `npx ts-node src/bin/cli.ts`.
20+
The Vite Build uses SSR to bundle all dependencies for efficiency. There currently is no source map for `./build/cli.js`. To execute npm-check-updates with an accurate stack trace run the following
21+
22+
```sh
23+
git clone https://github.com/raineorshine/npm-check-updates /MY_PROJECTS
24+
npx tsx /MY_PROJECTS/npm-check-updates/src/bin/cli.ts
25+
```
2126

2227
## Design Guidelines
2328

0 commit comments

Comments
 (0)