Skip to content

Commit

Permalink
Merge pull request #9 from beclab/perf/analyzer
Browse files Browse the repository at this point in the history
ci: update yml
  • Loading branch information
wushuangs authored Jul 9, 2024
2 parents 909af22 + 09044d6 commit 0ae9d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/packagge-lock.json')}}
restore-keys: |
${{ runner.os }}-node-
- name: Install
run: |
npm install
- run: npm i -g @quasar/cli
- name: Install fonttools
run: pip3 install fonttools brotli
- name: Download fonttools Files
Expand All @@ -54,10 +58,6 @@ jobs:
sudo chmod 755 fonttools
cd ./fonttools
./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded.woff2 ../packages/frontend/src/assets/fonts
- name: Install
run: |
npm install
- run: npm i -g @quasar/cli
- name: Build
run: npm run app:build
- name: Build and push
Expand Down

0 comments on commit 0ae9d86

Please sign in to comment.