mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: speed up the pipeline by directly deploying the review app from the build step
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"analyze": "webpack-bundle-analyzer www/stats.json",
|
||||
"build": "ng build",
|
||||
"build": "ng build --configuration=production --stats-json && webpack-bundle-analyzer www/stats.json --mode static --report www/bundle-info.html",
|
||||
"build:analyze": "npm run build:stats && npm run analyze",
|
||||
"build:android": "ionic capacitor build android --no-open && cd android && ./gradlew clean assembleDebug && cd ..",
|
||||
"build:prod": "ng build --configuration=production",
|
||||
@@ -37,7 +37,7 @@
|
||||
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
||||
"minify-icons": "ts-node scripts/minify-icon-font.ts",
|
||||
"ng": "ng",
|
||||
"postinstall": "jetify || echo \"skipping jetify in production mode\"",
|
||||
"postinstall": "(jetify && node ngcc-postinstall.mjs) || echo \"skipping jetify in production mode\"",
|
||||
"preview": "http-server www --p 8101 -o",
|
||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||
"resources:android": "cordova-res android --skip-config --copy",
|
||||
@@ -50,13 +50,13 @@
|
||||
"test:integration": "sh integration-test.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "13.3.11",
|
||||
"@angular/animations": "13.4.0",
|
||||
"@angular/cdk": "13.3.9",
|
||||
"@angular/common": "13.3.11",
|
||||
"@angular/core": "13.3.11",
|
||||
"@angular/forms": "13.3.11",
|
||||
"@angular/platform-browser": "13.3.11",
|
||||
"@angular/router": "13.3.11",
|
||||
"@angular/common": "13.4.0",
|
||||
"@angular/core": "13.4.0",
|
||||
"@angular/forms": "13.4.0",
|
||||
"@angular/platform-browser": "13.4.0",
|
||||
"@angular/router": "13.4.0",
|
||||
"@asymmetrik/ngx-leaflet": "13.0.2",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "13.0.1",
|
||||
"@awesome-cordova-plugins/calendar": "5.45.0",
|
||||
@@ -97,7 +97,7 @@
|
||||
"leaflet.markercluster": "1.5.3",
|
||||
"material-symbols": "0.4.1",
|
||||
"moment": "2.29.4",
|
||||
"ngx-logger": "4.3.3",
|
||||
"ngx-logger": "5.0.12",
|
||||
"ngx-markdown": "13.1.0",
|
||||
"ngx-moment": "6.0.2",
|
||||
"opening_hours": "3.8.0",
|
||||
@@ -107,19 +107,19 @@
|
||||
"zone.js": "0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect": "0.1303.9",
|
||||
"@angular-devkit/build-angular": "13.3.9",
|
||||
"@angular-devkit/core": "13.3.9",
|
||||
"@angular-devkit/schematics": "13.3.9",
|
||||
"@angular-devkit/architect": "0.1303.11",
|
||||
"@angular-devkit/build-angular": "13.3.11",
|
||||
"@angular-devkit/core": "13.3.11",
|
||||
"@angular-devkit/schematics": "13.3.11",
|
||||
"@angular-eslint/builder": "13.5.0",
|
||||
"@angular-eslint/eslint-plugin": "13.5.0",
|
||||
"@angular-eslint/eslint-plugin-template": "13.5.0",
|
||||
"@angular-eslint/schematics": "13.5.0",
|
||||
"@angular-eslint/template-parser": "13.5.0",
|
||||
"@angular/cli": "13.3.9",
|
||||
"@angular/compiler": "13.3.11",
|
||||
"@angular/compiler-cli": "13.3.11",
|
||||
"@angular/language-service": "13.3.11",
|
||||
"@angular/cli": "13.3.11",
|
||||
"@angular/compiler": "13.4.0",
|
||||
"@angular/compiler-cli": "13.4.0",
|
||||
"@angular/language-service": "13.4.0",
|
||||
"@capacitor/android": "4.6.1",
|
||||
"@capacitor/cli": "4.6.1",
|
||||
"@capacitor/ios": "4.6.1",
|
||||
|
||||
Reference in New Issue
Block a user