Skip to content

Commit

Permalink
update(Makefile): add yarn set version stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Paget committed Aug 30, 2023
1 parent 581c2be commit 31efc7a
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 1 deletion.
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ install-venv: check-prerequisites
. .venv/bin/activate; pip install -Ur requirements.txt

install-yarn: check-prerequisites
yarn set version stable
yarn install
make install-prettier

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"husky": "^4.2.5",
"markdown-spellcheck": "https://github.com/brendangadd/node-markdown-spellcheck.git#45cf81bfb56f298d0928461133aa9f264047dd49",
"prettier": "2.8.8"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 31efc7a

Please sign in to comment.