We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5648bc2 commit 6e967b0Copy full SHA for 6e967b0
Makefile
@@ -13,6 +13,7 @@ build: version
13
fi
14
@npm i
15
./node_modules/.bin/rollup -c
16
+ echo "Build output $$(stat -c %s dist/angular-ts.umd.min.js | numfmt --to=iec)"
17
18
version:
19
@node utils/version.cjs
0 commit comments