Skip to content

Commit

Permalink
link to lichess-org install wiki rather than pnpm website
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg authored Oct 6, 2024
1 parent 505d8f8 commit df0778e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ui/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ cd "$(dirname "${BASH_SOURCE:-$0}")/.build"

update=$(echo "$*" | grep -q -- '--update' && echo true || echo false)

#if $update || [ ! -d "node_modules" ]; then
if ! command -v pnpm &> /dev/null; then
echo "The 'pnpm' tool is required. See https://pnpm.io/installation."
exit 1
fi
pnpm install --silent --ignore-workspace --no-lockfile
#fi
if ! command -v pnpm &> /dev/null; then
echo "The 'pnpm' tool is required. See https://github.com/lichess-org/lila/wiki/Lichess-Development-Onboarding#tools-and-dependency-managers"
exit 1
fi

pnpm install --silent --ignore-workspace --no-lockfile

node --experimental-strip-types --no-warnings src/main.ts "$@"

0 comments on commit df0778e

Please sign in to comment.