chore: update mise.toml configuration (#5556)
This commit is contained in:
parent
239f93e48d
commit
242fbcd43e
@ -24,13 +24,7 @@ run = [
|
|||||||
[tasks.install]
|
[tasks.install]
|
||||||
description = "Install dependencies"
|
description = "Install dependencies"
|
||||||
depends = ["config-yarn"]
|
depends = ["config-yarn"]
|
||||||
run = '''
|
run = "yarn install"
|
||||||
#!/usr/bin/env bash
|
|
||||||
# Skip install on Windows per Makefile logic
|
|
||||||
if [[ "$OSTYPE" != "msys" && "$OSTYPE" != "win32" ]]; then
|
|
||||||
yarn install
|
|
||||||
fi
|
|
||||||
'''
|
|
||||||
sources = ['package.json', 'yarn.lock']
|
sources = ['package.json', 'yarn.lock']
|
||||||
outputs = ['node_modules']
|
outputs = ['node_modules']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user