sapling/addons
Saul Gutierrez 96b9cf9f95 ci: fix issues related to prettier-check in CI (#501)
Summary:
Currently our CI is failing due to various issues related to the `verify-addons-folder.py` script.

This commit fixes a linter issue related to `prettier-check` that made the aforementioned script fail.

Pull Request resolved: https://github.com/facebook/sapling/pull/501

Test Plan:
## Before

Ran `./verify-addons-folder.py`, and failed with

```
RuntimeError: command failed: yarn run prettier-check
```

Also ran `yarn run prettier-check`, and failed with:
```
yarn run v1.22.19
$ prettier --check .
Checking formatting...
[warn] isl/src/analytics/index.ts
[warn] Code style issues found in the above file. Forgot to run Prettier?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
```

## After

Ran `./verify-addons-folder.py`, and now failed with `RuntimeError: command failed: yarn codegen` instead.

Also, `yarn run prettier-check` worked without issues.

Reviewed By: muirdm

Differential Revision: D42818837

Pulled By: sggutier

fbshipit-source-id: 5478356ad20766c5af7634da19763410236b3059
2023-01-30 16:51:15 -08:00
..
.vscode Re-sync with internal repository 2022-11-15 00:48:09 -08:00
eslint-rules Re-sync with internal repository 2022-11-15 00:48:09 -08:00
isl ci: fix issues related to prettier-check in CI (#501) 2023-01-30 16:51:15 -08:00
isl-server Fix bug in validateServerChallengeResponse 2023-01-27 13:39:01 -08:00
reviewstack reviewstack: fix parsing logic to hide stack info from PR body 2022-12-21 21:32:14 -08:00
reviewstack.dev reviewstack: include the screencast on the home page 2022-12-20 12:36:37 -08:00
shared Add context menu 2023-01-13 09:14:31 -08:00
textmate upgrade prettier to 2.7.1 2022-11-15 19:56:38 -08:00
vscode Log version + platform name on startup 2023-01-19 13:16:50 -08:00
.eslintrc.js Re-sync with internal repository 2022-11-15 00:48:09 -08:00
.gitignore internal build script 2022-11-22 11:57:15 -08:00
.prettierignore Re-sync with internal repository 2022-11-15 00:48:09 -08:00
.prettierrc Re-sync with internal repository 2022-11-15 00:48:09 -08:00
LICENSE Re-sync with internal repository 2022-11-15 00:48:09 -08:00
package.json upgrade prettier to 2.7.1 2022-11-15 19:56:38 -08:00
verify-addons-folder.py Re-sync with internal repository 2022-11-15 00:48:09 -08:00
yarn.lock build(deps): bump json5 from 1.0.1 to 1.0.2 in /addons (#380) 2023-01-19 11:01:47 -08:00