1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

frontend: rename package to proper project name

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-06-29 00:00:50 +02:00
parent 3cacb35858
commit 8723963a33
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
3 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"sepr-group-phase": {
"beerbrawl-frontend": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/sepr-group-phase",
"outputPath": "dist/beerbrawl-frontend",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": ["zone.js", "@angular/localize/init"],
@ -59,18 +59,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "sepr-group-phase:build"
"buildTarget": "beerbrawl-frontend:build"
},
"configurations": {
"production": {
"buildTarget": "sepr-group-phase:build:production"
"buildTarget": "beerbrawl-frontend:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "sepr-group-phase:build"
"buildTarget": "beerbrawl-frontend:build"
}
},
"test": {

View file

@ -1,12 +1,12 @@
{
"name": "sepr-group-phase",
"version": "0.0.0",
"name": "beerbrawl-frontend",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sepr-group-phase",
"version": "0.0.0",
"name": "beerbrawl-frontend",
"version": "0.0.1",
"dependencies": {
"@angular/animations": "18.0.4",
"@angular/cdk": "^18.0.4",

View file

@ -1,6 +1,6 @@
{
"name": "sepr-group-phase",
"version": "0.0.0",
"name": "beerbrawl-frontend",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
@ -11,7 +11,7 @@
"test:ci": "ng test --karma-config=src/karma.conf.ci.js --code-coverage",
"lint": "ng lint",
"generate-openapi-client": "npx openapi-generator-cli generate -g typescript-angular -i http://localhost:8080/v3/api-docs -o openapi-generated",
"openapi-clients:replace-base-path-for-prod": "replace-in-files --string='http://localhost:8080' --replacement='https://24ss-se-pr-qse-11-coy10csydgxixr8zgo3zh.apps.student.inso-w.at' dist/sepr-group-phase/browser/main.js",
"openapi-clients:replace-base-path-for-prod": "replace-in-files --string='http://localhost:8080' --replacement='https://24ss-se-pr-qse-11-coy10csydgxixr8zgo3zh.apps.student.inso-w.at' dist/beerbrawl-frontend/browser/main.js",
"eslint:check": "eslint .",
"eslint:fix": "eslint --fix .",
"prettier:check": "prettier --check '**/*.{json,html,scss,ts}'",