Skip to content

Commit 668c2ce

Browse files
committed
polish(auth): Copy all non-code assets from email renderer
1 parent 5dd1e50 commit 668c2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fxa-auth-server/scripts/copy-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ xargs -L1 bash -c 'mkdir -p packages/fxa-auth-server/$0'
1919

2020
# Then copy the template files
2121
find dist/libs/accounts/email-renderer -type f | \
22-
grep -E "\.mjml$|\.txt$" | \
22+
grep --invert -E "\.js$|\.ts$|\.sh" | \
2323
xargs -L1 bash -c 'cp $0 packages/fxa-auth-server/$0'
2424

2525
cd packages/fxa-auth-server

0 commit comments

Comments
 (0)