From c6dc046eab075afa747b9bc6bc811cea71839c3a Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 13 Jul 2020 16:44:54 +0100 Subject: [PATCH] remove calculade buidl due already present in angular conf --- package.json | 2 -- scripts/build/build-all-lib.sh | 3 --- 2 files changed, 5 deletions(-) diff --git a/package.json b/package.json index 0c2b9cb1e9..4c17088be0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "unit-test": "concurrently \"ng test content-services --watch=false\" \"ng test process-services --watch=false\" \"ng test core --watch=false\" \"ng test extensions --watch=false\" \"ng test insights --watch=false\" \"ng test process-services-cloud --watch=false\" ", "prepublishOnly": "npm run build-lib", "build-lib": "./scripts/build/build-all-lib.sh", - "bundlesize-check": "bundlesize", "affected:libs": "nx affected:libs", "inspect.bundle": "ng build demoshell --prod --stats-json && npx webpack-bundle-analyzer dist/demo-shell/stats-es2015.json", "coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json", @@ -124,7 +123,6 @@ "@types/request": "^2.48.5", "@types/selenium-webdriver": "^3.0.8", "ajv-cli": "^3.0.0", - "bundlesize": "0.18.0", "codelyzer": "^5.1.2", "commander": "4.0.0", "concurrently": "^3.5.1", diff --git a/scripts/build/build-all-lib.sh b/scripts/build/build-all-lib.sh index 94372e5c31..39187695f7 100755 --- a/scripts/build/build-all-lib.sh +++ b/scripts/build/build-all-lib.sh @@ -35,6 +35,3 @@ echo "====== Copy schema =====" cp ../../lib/core/app-config/schema.json ../../lib/dist/core/app.config.schema.json -echo "====== Bundle check =====" - -npm run bundlesize-check || exit 1