mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove old versions.json (#5089)
This commit is contained in:
+7
-8
@@ -35,16 +35,15 @@
|
||||
"stylelint": "stylelint ./**/*.scss --config stylelint-config.json",
|
||||
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
|
||||
"04s": "",
|
||||
"start": "ng lint dist && npm run validate-config && npm run server-versions && ng serve dist --open",
|
||||
"start:dev": "ng lint dev && npm run validate-config && npm run server-versions && concurrently \"ng serve dev --open\" \"npm run style:dev --watch\" ",
|
||||
"start:dist": "ng lint dist && npm run validate-config && npm run server-versions && ng serve dist --prod --open",
|
||||
"build": "npm run validate-config && npm run server-versions && ng build dist",
|
||||
"build:dev": "npm run validate-config && npm run style:dev && npm run server-versions && ng build dev",
|
||||
"build:dist": "npm run validate-config && npm run server-versions && node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build dist --prod --stats-json ",
|
||||
"build:dist:e2e": "npm run validate-config && npm run server-versions && node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build dist --prod --configuration=e2e --stats-json ",
|
||||
"start": "ng lint dist && npm run validate-config && ng serve dist --open",
|
||||
"start:dev": "ng lint dev && npm run validate-config && concurrently \"ng serve dev --open\" \"npm run style:dev --watch\" ",
|
||||
"start:dist": "ng lint dist && npm run validate-config && ng serve dist --prod --open",
|
||||
"build": "npm run validate-config && ng build dist",
|
||||
"build:dev": "npm run validate-config && npm run style:dev && ng build dev",
|
||||
"build:dist": "npm run validate-config && node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build dist --prod --stats-json ",
|
||||
"build:dist:e2e": "npm run validate-config && node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build dist --prod --configuration=e2e --stats-json ",
|
||||
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
|
||||
"test": "npm run validate-config && ng test dev --watch=false",
|
||||
"server-versions": "rimraf ./demo-shell/src/versions.json && npm list --depth=0 --json=true --prod=true > ./demo-shell/src/versions.json || exit 0",
|
||||
"05": "echo -------------------------------------------- E2e -----------------------------------------------",
|
||||
"05s": "",
|
||||
"e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell",
|
||||
|
||||
Reference in New Issue
Block a user