chore: update mise.toml configuration (#5556)

This commit is contained in:
Sam Hoang Van 2025-06-27 13:27:25 +07:00 committed by GitHub
parent 239f93e48d
commit 242fbcd43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,7 @@ run = [
[tasks.install]
description = "Install dependencies"
depends = ["config-yarn"]
run = '''
#!/usr/bin/env bash
# Skip install on Windows per Makefile logic
if [[ "$OSTYPE" != "msys" && "$OSTYPE" != "win32" ]]; then
yarn install
fi
'''
run = "yarn install"
sources = ['package.json', 'yarn.lock']
outputs = ['node_modules']