We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87824da commit 4c7bd69Copy full SHA for 4c7bd69
src/app/reference/replay-cli/source-maps/page.md
@@ -23,6 +23,7 @@ You can upload source maps using the `replayio upload-source-maps` command in th
23
The simplest usage will be running the following after your production JS build has finished.
24
25
```sh
26
+npm run build
27
npx replayio upload-source-maps --group <Version or SHA> <buildOutputDir>
28
```
29
0 commit comments