Skip to content

Commit b38a8e0

Browse files
committed
build: add scripts to list of package sub-directories
1 parent 9dc29b4 commit b38a8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/_tools/changelog/parse-commits/lib/filter_files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function extractPackage( filepath ) {
6767
parts[ i ] === 'examples' ||
6868
parts[ i ] === 'include' ||
6969
parts[ i ] === 'lib' ||
70+
parts[ i ] === 'scripts' ||
7071
parts[ i ] === 'src' ||
7172
parts[ i ] === 'test'
7273
) {

0 commit comments

Comments
 (0)