WIP: Vue 3 迁移 #15

Closed
jixunmoe wants to merge 12 commits from (deleted):migration-to-vue-3 into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 4ace81c798 - Show all commits

View File

@ -18,7 +18,8 @@ steps:
- npm run test
- ./scripts/build-and-package.sh legacy
- ./scripts/build-and-package.sh extension
- ./scripts/build-and-package.sh modern
# FIXME: --modern is not a valid flag. Is this still required?
# - ./scripts/build-and-package.sh modern
- name: upload artifact
image: node:16.18-bullseye