mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
ci: add a web configuration
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"scripts": {
|
||||
"build": "ng build",
|
||||
"build:prod": "ng build --prod",
|
||||
"build:web": "ng build --configuration=web",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"e2e": "ng e2e --no-webdriver-update",
|
||||
@@ -23,11 +24,12 @@
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"postversion": "npm run changelog",
|
||||
"pree2e": "webdriver-manager update --gecko false --versions.chrome 76.0.3809.126",
|
||||
"pree2e": "webdriver-manager update --gecko false --versions.chrome 80.0.3987.10600",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||
"start": "ng serve",
|
||||
"start:web": "ng serve --configuration=web",
|
||||
"test": "ng test",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
@@ -47,9 +49,9 @@
|
||||
"@ionic/storage": "2.2.0",
|
||||
"@ngx-translate/core": "11.0.1",
|
||||
"@ngx-translate/http-loader": "4.0.0",
|
||||
"@openstapps/api": "0.17.0",
|
||||
"@openstapps/api": "0.22.0",
|
||||
"@openstapps/configuration": "0.22.0",
|
||||
"@openstapps/core": "0.31.0",
|
||||
"@openstapps/core": "0.34.0",
|
||||
"@openstapps/logger": "0.4.0",
|
||||
"cordova-android": "8.0.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user