We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1baa1 commit a5da34bCopy full SHA for a5da34b
update-docs.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+./bin/fetch-configlet
4
+./bin/configlet generate .
5
+find ./config/patches -type f -name *.patch -exec git apply {} \;
0 commit comments