We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dd1e50 + 668c2ce commit a5c6211Copy full SHA for a5c6211
1 file changed
packages/fxa-auth-server/scripts/copy-assets.sh
@@ -19,7 +19,7 @@ xargs -L1 bash -c 'mkdir -p packages/fxa-auth-server/$0'
19
20
# Then copy the template files
21
find dist/libs/accounts/email-renderer -type f | \
22
-grep -E "\.mjml$|\.txt$" | \
+grep --invert -E "\.js$|\.ts$|\.sh" | \
23
xargs -L1 bash -c 'cp $0 packages/fxa-auth-server/$0'
24
25
cd packages/fxa-auth-server
0 commit comments