]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/templates/default/yarn.erb
Install a yarn wrapper to keep rails 7 happy
[chef.git] / cookbooks / nodejs / templates / default / yarn.erb
diff --git a/cookbooks/nodejs/templates/default/yarn.erb b/cookbooks/nodejs/templates/default/yarn.erb
new file mode 100644 (file)
index 0000000..b9d3b4e
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/yarnpkg --ignore-engines "$@"