Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Aug 30, 2023
1 parent d385602 commit 58db257
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ check-prerequisites:
check-spelling: check-spelling-en check-spelling-fr

check-spelling-en:
#yarn run mdspell --en-us -trax 'docs/en/*.md' 'docs/en/**/*.md' -n -a
yarn run mdspell --en-gb -trax 'docs/en/*.md' 'docs/en/**/*.md' -n -a

check-spelling-fr:
#yarn run mdspell --fr-fr -trax 'docs/fr/*.md' 'docs/fr/**/*.md' -n -a
yarn run mdspell --fr-fr -trax 'docs/fr/*.md' 'docs/fr/**/*.md' -n -a

fix-spelling-en:
#yarn run mdspell --en-us 'docs/en/*.md' 'docs/en/**/*.md' -n -a
yarn run mdspell --en-gb 'docs/en/*.md' 'docs/en/**/*.md' -n -a

fix-spelling-fr:
#yarn run mdspell --fr-fr 'docs/fr/*.md' 'docs/fr/**/*.md' -n -a
yarn run mdspell --fr-fr 'docs/fr/*.md' 'docs/fr/**/*.md' -n -a

install: install-yarn install-venv

Expand All @@ -59,7 +59,6 @@ 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

0 comments on commit 58db257

Please sign in to comment.