Skip to content

Commit 7daf76c

Browse files
committed
meta: Dramatically decreased the build size
1 parent 131c74a commit 7daf76c

File tree

5 files changed

+18
-297
lines changed

5 files changed

+18
-297
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
include:
2121
- os: ubuntu-latest
2222
platform: linux
23-
# - os: windows-latest
24-
# platform: win32
25-
# - os: macos-latest
26-
# platform: darwin
23+
- os: windows-latest
24+
platform: win32
25+
- os: macos-latest
26+
platform: darwin
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm install --frozen-lockfile
4040

4141
- name: Build
42-
run: pnpm build-release
42+
run: pnpm build
4343

4444
- name: Test
4545
run: pnpm test

0 commit comments

Comments
 (0)