fix: getGitVersion incorrectly stating dirty builds in production
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Frontend
|
||||
env:
|
||||
CI: "true"
|
||||
run: |
|
||||
npm install
|
||||
rm -rf dist/
|
||||
|
||||
Reference in New Issue
Block a user