Skip to content

Commit 6e967b0

Browse files
committed
Track bundle size
1 parent 5648bc2 commit 6e967b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: version
1313
fi
1414
@npm i
1515
./node_modules/.bin/rollup -c
16+
echo "Build output $$(stat -c %s dist/angular-ts.umd.min.js | numfmt --to=iec)"
1617

1718
version:
1819
@node utils/version.cjs

0 commit comments

Comments
 (0)