chore: temporary disable bundlesize in Travis

This commit is contained in:
Roman Hotsiy 2019-07-29 15:39:33 +03:00
parent d3f1c1677c
commit a282b92024
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -28,7 +28,7 @@
"start": "webpack-dev-server --mode=development --env.playground --hot --config demo/webpack.config.ts",
"start:prod": "webpack-dev-server --env.playground --mode=production --config demo/webpack.config.ts",
"start:benchmark": "webpack-dev-server --mode=production --env.bench --config demo/webpack.config.ts",
"test": "npm run lint && npm run unit && npm run bundlesize && npm run license-check",
"test": "npm run lint && npm run unit && npm run license-check",
"unit": "jest --coverage",
"e2e": "cypress run",
"e2e-ci": "cypress run --record",