This commit is contained in:
kaedwen
2023-07-08 11:51:22 +02:00
parent 88135c049a
commit 4d7b7dfc2e
3 changed files with 16410 additions and 6262 deletions
+3 -6
View File
@@ -40,11 +40,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
cache: 'npm'
- name: Prepare
run: yarn --cwd static
run: npm --prefix static ci
- name: Build
run: yarn --cwd static build
run: npm --prefix static run build
+16407
View File
File diff suppressed because it is too large Load Diff
-6256
View File
File diff suppressed because it is too large Load Diff