Skip to content

Commit ca05444

Browse files
clarkbwjasonLaster
authored andcommitted
Upgrade yarn and docs (firefox-devtools#2501)
* remove the version 0.19.1 from the docs * upgrade yarn in CI to 0.21.3 * use yarn for the global flow-coverage-report install
1 parent fe43b0f commit ca05444

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ debugger.html is a hackable debugger for modern times, built from the ground up
1313
> Or take a look at our detailed [getting started][getting-started] instructions.
1414
1515
```bash
16-
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.19.1
16+
curl -o- -L https://yarnpkg.com/install.sh | bash -s
1717
git clone [email protected]:devtools-html/debugger.html.git
1818

1919
cd debugger.html

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66
environment:
77
DOWNLOADS_PATH: "$HOME/downloads"
88
YARN_PATH: "$HOME/.yarn"
9-
YARN_VERSION: 0.19.1
9+
YARN_VERSION: 0.21.3
1010
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
1111
post:
1212
- mkdir -p $DOWNLOADS_PATH
@@ -39,7 +39,7 @@ dependencies:
3939
- ~/.yarn
4040
override:
4141
- yarn install
42-
- npm i -g flow-coverage-report
42+
- yarn global add flow-coverage-report
4343
- ./bin/update-docker
4444

4545
general:

docs/getting-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Try this [first activity][first-activity] if you want to start debugging the deb
5555
This setup is for people on the DevTools team and DevTools wizards.
5656

5757
```bash
58-
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.19.1
58+
curl -o- -L https://yarnpkg.com/install.sh | bash -s
5959
git clone [email protected]:devtools-html/debugger.html.git
6060
cd debugger.html
6161
yarn install

0 commit comments

Comments
 (0)