chore: Update solid-js and vite dependencies
All checks were successful
CI / cache-and-install (push) Successful in 41s
All checks were successful
CI / cache-and-install (push) Successful in 41s
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user