临时测试

This commit is contained in:
严浩
2024-10-18 11:49:33 +08:00
parent 57bf0eaead
commit e0838e1647

View File

@@ -7,9 +7,11 @@ jobs:
container: yanhao98/runner-images:pnpm
steps:
- run: git clone https://github.com/vuejs/devtools-next.git
- run: cd devtools-next
- run: pnpm install
- run: pnpm run build:firefox-extension
- run: pnpm run zip
- run: ls dist
- run: mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip
- run: |
set -x
cd devtools-next
pnpm install
pnpm run build:firefox-extension
pnpm run zip
ls dist
mv dist/devtools-firefox.zip dist/devtools-firefox@v0.0.0.zip