Skip to content

Commit

Permalink
fix: do not copy no longer present moment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 7, 2024
1 parent 6dc4353 commit 4bc6472
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/yarn-update
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ cp node_modules/multi.js/src/multi.css ../../weblate/static/vendor/
# Slugify
cp node_modules/slugify/slugify.js ../../weblate/static/vendor/slugify.js

# Moment.js
cp node_modules/moment/moment.js ../../weblate/static/vendor/

# Source Sans/Code Pro fonts
sed '/font-family/ a font-display: swap;' < node_modules/source-sans/source-sans-3.css > ../../weblate/static/vendor/font-source/source-sans-3.css
sed '/font-family/ a font-display: swap;' < node_modules/source-code-pro/source-code-pro.css > ../../weblate/static/vendor/font-source/source-code-pro.css
Expand Down

0 comments on commit 4bc6472

Please sign in to comment.