From 242fbcd43e87087b99dfa19e5bc3d3741c57e433 Mon Sep 17 00:00:00 2001 From: Sam Hoang Van Date: Fri, 27 Jun 2025 13:27:25 +0700 Subject: [PATCH] chore: update mise.toml configuration (#5556) --- mise.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mise.toml b/mise.toml index ea6d3e65b..9f6cee5c7 100644 --- a/mise.toml +++ b/mise.toml @@ -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']