Add a small script which ensures the submodules are loaded before starting the development server.

This commit is contained in:
2025-11-16 10:50:18 -07:00
parent cac4f0930f
commit 867e9f596b

5
test.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env
git submodule update --init --recursive
hugo server --gc -D