Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpeng committed Dec 6, 2024
1 parent cbd6d20 commit 66f2acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cd ./fonttools
./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded.woff2 ../packages/editor/src/assets/fonts
- name: Build
run: npm run build:editor
run: npm run editor:build
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install
run: npm i -g @quasar/cli
- name: Build
run: npm install;npm run build:preview
run: npm install;npm run preview:build
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 66f2acc

Please sign in to comment.