Skip to content

Commit 3314892

Browse files
committed
Lint
1 parent 3b0a3ce commit 3314892

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ able to use it. From the top level of the repo, there are three commands availab
3737
dependencies (`utils`, `core`, `browser`, etc), and all packages which depend on it (currently `gatsby` and `nextjs`))
3838
- `yarn build:dev:watch`, which runs `yarn build:dev` in watch mode (recommended)
3939

40-
You can also run a production build via `yarn build`, which will build everything except for the tarballs for publishing to NPM.
41-
You can use this if you want to bundle Sentry yourself. The build output can be found in the packages `build/` folder, e.g. `packages/browser/build`.
42-
Bundled files can be found in `packages/browser/build/bundles`.
43-
Note that there are no guarantees about the produced file names etc., so make sure to double check which files are generated after upgrading.
40+
You can also run a production build via `yarn build`, which will build everything except for the tarballs for publishing
41+
to NPM. You can use this if you want to bundle Sentry yourself. The build output can be found in the packages `build/`
42+
folder, e.g. `packages/browser/build`. Bundled files can be found in `packages/browser/build/bundles`. Note that there
43+
are no guarantees about the produced file names etc., so make sure to double check which files are generated after
44+
upgrading.
4445

4546
## Testing SDK Packages Locally
4647

0 commit comments

Comments
 (0)