Skip to content

Commit e2b297f

Browse files
committed
chore: exclude test and config files form minification
1 parent 96d4e81 commit e2b297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/scripts/minify-sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
scriptdir=$(cd $(dirname $0) && pwd)
1717
cd ${scriptdir}/..
1818

19-
find . -name '*.js' ! -name '.eslintrc.js' ! -path '*node_modules*' | xargs npx esbuild \
19+
find . -name '*.js' ! -path '*node_modules*' | xargs npx esbuild \
2020
--platform=node \
2121
--format=cjs \
2222
--minify-whitespace \

0 commit comments

Comments
 (0)