Skip to content

Commit

Permalink
feat(global): export fonts from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele authored and maximeperraultdev committed Nov 12, 2024
1 parent 7522a2a commit d0c53da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ const FEATURE_SCOPES = [
'symbols',
'tables',
'types',
'utils'
'utils',

// For everything else
'global'
]

// eslint-disable-next-line import/no-default-export
Expand Down
1 change: 1 addition & 0 deletions scripts/build/copyPublicFiles.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

mkdir -p ./dist/assets
cp -R ./src/assets/fonts ./dist/assets
cp -R ./src/assets/stylesheets ./dist/assets

cp ./CHANGELOG.md ./dist/CHANGELOG.md
Expand Down

0 comments on commit d0c53da

Please sign in to comment.