Skip to content

Commit

Permalink
Merge branch 'master' into prep
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored Oct 5, 2023
2 parents 2196883 + 513fe01 commit 85af904
Show file tree
Hide file tree
Showing 128 changed files with 24,777 additions and 288 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
run: npm run prettier:check
- name: Build prod
run: npm run build-prod
- name: Upload build files to artifacts
uses: actions/upload-artifact@v2
with:
name: build-files
path: dist
# - name: Run headless tests
# uses: GabrielBB/xvfb-action@v1
# with:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
]
}
]
}
}
Loading

0 comments on commit 85af904

Please sign in to comment.