mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
🧹 Run script/lint from zsh
This commit is contained in:
parent
9add9a7e0e
commit
528c1b9e79
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@
|
|||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellPath = /bin/zsh;
|
||||
shellScript = "script/lint\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
|
Loading…
Reference in a new issue