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 committed Oct 5, 2023
2 parents 2196883 + 513fe01 commit 1372e4f
Show file tree
Hide file tree
Showing 129 changed files with 24,780 additions and 294 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 1372e4f

Please sign in to comment.