Mark Stacey
c4d71a3211
Exit `sentry:publish` with non-zero code upon failure ( #9893 )
...
The `sentry:publish` script now exits with an exit code of `1` upon
failure, indicating that something went wrong. Previously it would exit
with a code of `0`, indicating to CI that everything worked correctly.
The script will now also exit early if the authentication check fails.
4 years ago
Brad Decker
2ebf8756a4
[RFC] add prettier to eslint ( #8595 )
4 years ago
Whymarrh Whitby
c1e3c229bc
Fix import/order issues ( #9239 )
...
See [`import/order`](https://eslint.org/docs/rules/import/order ) for more information.
This change enables `import/order` and fixes the issues raised by the rule.
4 years ago
Whymarrh Whitby
884775cf71
Fix no-negated-condition issues ( #9222 )
...
See [`no-negated-condition`](https://eslint.org/docs/rules/no-negated-condition ) for more information.
This change enables `no-negated-condition` and fixes the issues raised by the rule.
4 years ago
Mark Stacey
e060e4c71f
Improve Sentry publish script ( #7417 )
...
The script will now throw an error if it fails to upload build
artifacts, rather than failing silently.
5 years ago
Mark Stacey
9ca22d8fae
Disable `import/no-unresolved` on lines that require build
...
Certain lines only work after a build stage has been completed, so
these failure can be ignored by the no-unresolved rule.
5 years ago
Whymarrh Whitby
4d88e1cf86
Enable indent linting via ESLint ( #6936 )
...
* Enable indent linting via ESLint
* yarn run lint:fix
5 years ago
Bruno Barbieri
fb6eca3f65
CI - Allow sourcemap uploads to sentry for empty version ( #5403 )
...
* Allow sourcemap uploads to sentry for empty version
* Fix comments
* fix console log msgs
* fix console log msgs
* clean up
* fix linter errors
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
kumavis
92dd2b3218
ci - job-publish - publish source+sourcemaps to sentry if new release
7 years ago