mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Clean style creations ADF (#7385)
This commit is contained in:
+3
-10
@@ -26,10 +26,6 @@
|
||||
"inspect.bundle": "ng build demoshell --configuration production --stats-json && npx webpack-bundle-analyzer dist/demo-shell/stats.json",
|
||||
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
|
||||
"scss-bundle:core": "npx scss-bundle -c ./lib/core/scss-bundle.config.json",
|
||||
"scss-bundle:content-services": "npx scss-bundle -c ./lib/content-services/scss-bundle.config.json",
|
||||
"scss-bundle:insights": "npx scss-bundle -c ./lib/insights/scss-bundle.config.json",
|
||||
"scss-bundle:process-services": "npx scss-bundle -c ./lib/process-services/scss-bundle.config.json",
|
||||
"scss-bundle:process-services-cloud": "npx scss-bundle -c ./lib/process-services-cloud/scss-bundle.config.json",
|
||||
"03": "echo -------------------------------------------- Lint -----------------------------------------------",
|
||||
"03s": "",
|
||||
"lint-demo": "tslint -p tsconfig.json -c tslint.json",
|
||||
@@ -40,11 +36,10 @@
|
||||
"stylelint": "stylelint ./**/*.scss --config stylelint-config.json",
|
||||
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
|
||||
"04s": "",
|
||||
"start": "concurrently \"ng serve demoshell --open\" \"npm run style:dev -- --watch >&-\" ",
|
||||
"start": "ng serve demoshell --open",
|
||||
"start:prod": "ng serve demoshell --configuration production --open",
|
||||
"build": "npm run style:dev && ng build demoshell",
|
||||
"build": "ng build demoshell",
|
||||
"build:prod": "node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build demoshell --configuration production",
|
||||
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
|
||||
"test": "ng test demoshell --watch=false",
|
||||
"05": "echo -------------------------------------------- E2e -----------------------------------------------",
|
||||
"05s": "",
|
||||
@@ -160,7 +155,6 @@
|
||||
"nconf": "^0.11.1",
|
||||
"ng-packagr": "^10.1.2",
|
||||
"node-sass": "^4.14.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||
"protractor": "^7.0.0",
|
||||
"protractor-retry-angular-cli": "^2.0.2",
|
||||
"protractor-screenshoter-plugin": "0.10.3",
|
||||
@@ -174,8 +168,7 @@
|
||||
"tsconfig-paths": "^3.12.0",
|
||||
"tslint": "6.1.3",
|
||||
"typescript": "3.9.8",
|
||||
"webdriver-manager": "12.1.8",
|
||||
"webpack-cli": "^3.3.12"
|
||||
"webdriver-manager": "12.1.8"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"bundlesize": [
|
||||
|
||||
Reference in New Issue
Block a user