Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 50ab7ab

Browse files
committed
also sync .woff files
1 parent 76e1856 commit 50ab7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DEFAULT_CONFIG = {
66
from: 'node_modules',
77
to: '_sass',
88
packages: 'primer{,-*}',
9-
files: '**/*.scss'
9+
files: '**/*.{scss,woff}'
1010
}
1111

1212
module.exports = function sync(options) {

0 commit comments

Comments
 (0)