11 lines
300 B
Diff
11 lines
300 B
Diff
|
--- a/Makefile 2023-05-09 14:10:03.975291850 -0400
|
||
|
+++ b/Makefile 2023-05-09 14:13:17.400831107 -0400
|
||
|
@@ -72,7 +72,7 @@
|
||
|
ifndef YARN
|
||
|
$(error Please install yarn 1.19.1+)
|
||
|
else
|
||
|
- cd ui && yarn --no-progress --no-emoji
|
||
|
+ cd ui && yarn --no-progress --no-emoji --ignore-scripts
|
||
|
@touch .jsdep
|
||
|
endif
|