Skip to content

Commit

Permalink
use npm not yarn for root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed May 13, 2024
1 parent b1846be commit 67973b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4,570 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"eslint.enable": true,
"eslint.packageManager": "yarn",
"files.watcherExclude": {
"**/target": true
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fileExists() {
check_yarn_installed() {
if ! [ -x "$(command -v yarn)" ]; then
echo -e "\r\n\r\n${red}yarn not found: please install yarn from https://yarnpkg.com/${plain}\r\n"
echo -e "Yarn is required to ensure developers use consistent JS dependencies"
echo -e "Yarn is required in the fronts-client directory to ensure developers use consistent JS dependencies"

exit 1
fi
Expand Down
Loading

0 comments on commit 67973b1

Please sign in to comment.