Skip to content

Commit

Permalink
Remove old frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
larsduelfer committed Aug 18, 2024
1 parent 94db51b commit a059b4a
Show file tree
Hide file tree
Showing 121 changed files with 6,705 additions and 53,202 deletions.
31 changes: 5 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
backend:
name: Build backend components with gradle
name: Build backend
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -80,28 +80,7 @@ jobs:
# run: ./gradlew :clients:rsocket:build

frontend:
name: Build frontend with npm
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: npm
cache-dependency-path: ./frontend/package-lock.json
- name: Install dependencies
working-directory: ./frontend
run: npm install
- name: Execute tests
working-directory: ./frontend
run: npm test
- name: Bundle application
working-directory: ./frontend
run: npm build

frontend-v2:
name: Build new frontend (vue) with npm
name: Build frontend
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
Expand All @@ -110,10 +89,10 @@ jobs:
with:
node-version: '20'
cache: npm
cache-dependency-path: ./frontend-new/package-lock.json
cache-dependency-path: ./frontend/package-lock.json
- name: Install dependencies
working-directory: ./frontend-new
working-directory: ./frontend
run: npm install
- name: Bundle application
working-directory: ./frontend-new
working-directory: ./frontend
run: npm run build
1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions frontend-new/.gitignore

This file was deleted.

39 changes: 0 additions & 39 deletions frontend-new/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions frontend-new/frontend-new.iml

This file was deleted.

Loading

0 comments on commit a059b4a

Please sign in to comment.