Skip to content

Commit 2d9365c

Browse files
committed
revert that test and opened up a separate issue to deal with Windows and system check
1 parent 6042fe7 commit 2d9365c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/web_app_skeleton/script/system_check.cr.ecr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ require "./helpers/*"
1111
# should go in your Procfile.dev.
1212

1313
<%- if browser? -%>
14-
{% if flag?(:windows) %}
15-
# Crystal appends ".exe" to the end of the command when searching for an executable; however,
16-
# depending on how you installed yarn, there may not be a "yarn.exe" available causing this to fail
17-
{% else %}
1814
if command_not_found "yarn"
1915
print_error "Yarn is not installed\n See https://yarnpkg.com/lang/en/docs/install/ for install instructions."
2016
end
21-
{% end %}
2217
<%- end -%>
2318

2419
# CUSTOM PRE-BOOT CHECKS

0 commit comments

Comments
 (0)