remove calculade buidl due already present in angular conf

This commit is contained in:
Eugenio Romano
2020-07-13 16:44:54 +01:00
parent 3fc7b0d95f
commit c6dc046eab
2 changed files with 0 additions and 5 deletions

View File

@@ -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",

View File

@@ -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