Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 6018439

Browse files
authoredDec 15, 2023
feat: new shikiji-core package, improve bundling (#42)
1 parent 7727512 commit 6018439

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1675
-672
lines changed
 

‎.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
1719

1820
- name: Install pnpm
1921
uses: pnpm/action-setup@v2
@@ -36,6 +38,8 @@ jobs:
3638
runs-on: ubuntu-latest
3739
steps:
3840
- uses: actions/checkout@v4
41+
with:
42+
submodules: recursive
3943

4044
- name: Install pnpm
4145
uses: pnpm/action-setup@v2
@@ -73,6 +77,8 @@ jobs:
7377

7478
steps:
7579
- uses: actions/checkout@v4
80+
with:
81+
submodules: recursive
7682

7783
- name: Install pnpm
7884
uses: pnpm/action-setup@v2

‎.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Install pnpm
20-
uses: pnpm/action-setup@v2
21-
2219
- name: Set node
2320
uses: actions/setup-node@v3
2421
with:

0 commit comments

Comments
 (0)
This repository has been archived.