mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove calculade buidl due already present in angular conf
This commit is contained in:
@@ -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",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user