From 1cdfbc5d160c7838a83a7cc6ea678c53d181e577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Tue, 7 Apr 2026 17:42:51 +0800 Subject: [PATCH 1/4] chore: ci --- .github/workflows/preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a6dad24..6e14b9e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,5 +20,4 @@ jobs: - run: bun scripts/deploy.ts - run: sleep 3s - run: | - npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN }} - ls dist + npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN } From 26f3b791da63ebb24f31a54f7d0185181a28b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Tue, 7 Apr 2026 18:04:44 +0800 Subject: [PATCH 2/4] Fix syntax error in surge deployment command --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6e14b9e..dedf75b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,4 +20,4 @@ jobs: - run: bun scripts/deploy.ts - run: sleep 3s - run: | - npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN } + npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN }} From 027f79ed37180616cd80556d87edb3977f2175a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Tue, 7 Apr 2026 18:36:30 +0800 Subject: [PATCH 3/4] Delete .editorconfig --- .editorconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 4fc13c7..0000000 --- a/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ -root = true - -[*] -indent_style = space -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false - -[*.{ts,js,vue,css}] -indent_size = 2 From 3207b7370e96bd82694b874d597eec44e03d4337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Tue, 7 Apr 2026 18:37:26 +0800 Subject: [PATCH 4/4] chore: fix --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index dedf75b..a6dad24 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -21,3 +21,4 @@ jobs: - run: sleep 3s - run: | npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN }} + ls dist