Added post install script

This commit is contained in:
SamTV12345 2024-08-19 20:17:22 +02:00
parent be49d75fde
commit dcb07a709d
10 changed files with 65 additions and 281 deletions

View file

@ -96,10 +96,6 @@ jobs:
name: Disable import/export rate limiting
run: |
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 100000000/' -i settings.json
- name: Build admin frontend
working-directory: admin
run: |
pnpm run build
# name: Run the frontend admin tests
# shell: bash
# env: