chore: track size of a "Hello world" app built with WebPack

Closes #6434
This commit is contained in:
Pawel Kozlowski
2016-01-08 17:51:02 +01:00
parent a593ffa6f3
commit f7424d5aeb
7 changed files with 123 additions and 10 deletions

View File

@ -22,6 +22,7 @@ elif [ "$MODE" = "build_only" ]; then
elif [ "$MODE" = "payload" ]; then
source ${SCRIPT_DIR}/env_dart.sh
./node_modules/.bin/gulp test.payload.dart/ci
./node_modules/.bin/gulp test.payload.js/ci
else
${SCRIPT_DIR}/build_$MODE.sh
${SCRIPT_DIR}/test_$MODE.sh