chore: Update solid-js and vite dependencies
All checks were successful
CI / cache-and-install (push) Successful in 41s

This commit is contained in:
严浩
2024-08-21 09:05:39 +08:00
parent 5507e5266e
commit a2961735be
3 changed files with 455 additions and 439 deletions

View File

@ -31,3 +31,10 @@ jobs:
- name: Build
run: pnpm build
# https://github.com/Tencent/tdesign-vue-next/pull/1604#issuecomment-1236244550
- name: Surge
# pnpx surge token
run: |
cp dist/index.html dist/200.html
pnpx surge dist https://solid-ts-example.surge.sh --token ${{ secrets.SURGE_TOKEN }}