chore: Remove automd

This commit is contained in:
Aaron
2025-06-05 00:18:43 -05:00
parent 598eea703b
commit 7d25110a6e
2 changed files with 19 additions and 46 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
#!/bin/bash
#
# Generate code in README.md and sync it with wxt/packages/README.md for NPM
# Sync wxt/packages/README.md with README.md for NPM
#
pnpm dlx automd
echo "<!-- DO NOT EDIT, THIS FILE WAS GENERATED BY '../../scripts/generate-readmes.sh' -->" > packages/wxt/README.md
cat README.md >> packages/wxt/README.md