Skip to content

Commit 0bccca2

Browse files
committed
Merge branch 'dev'
2 parents f6ec208 + 0026f38 commit 0bccca2

19 files changed

+40
-123
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: 20
20+
- run: yarn install
21+
working-directory: web/client
22+
- run: yarn build
23+
working-directory: web/client
24+
1725
- name: Set up Go
1826
uses: actions/setup-go@v4
1927
with:

web/client/build/asset-manifest.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

web/client/build/favicon.ico

-3.78 KB
Binary file not shown.

web/client/build/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/client/build/logo192.png

-5.22 KB
Binary file not shown.

web/client/build/logo512.png

-9.44 KB
Binary file not shown.

web/client/build/manifest.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

web/client/build/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This dir should be exist, in case go:embed client/build throw error.
2+
3+
//go:embed client/build

web/client/build/robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

web/client/build/static/css/main.15b22d69.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)