Skip to content

Commit 66221f0

Browse files
committed
chore: remove submodule
1 parent d495ad4 commit 66221f0

File tree

7 files changed

+1
-56
lines changed

7 files changed

+1
-56
lines changed

.github/workflows/cron.yml

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

.github/workflows/demo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919

2020
- name: npm install, lint
2121
run: |
22-
git submodule update --init --recursive
2322
export GENERATE_SOURCEMAP=false
2423
npm install
2524
npm run lint:fix

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
12-
with:
13-
submodules: recursive
1412

1513
- uses: actions/setup-node@v4
1614
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
with:
16-
submodules: recursive
1715

1816
- uses: actions/setup-node@v4
1917
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
12-
with:
13-
submodules: recursive
1412

1513
- uses: actions/setup-node@v4
1614
with:

.gitmodules

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"prepare": "is-ci || husky install",
5454
"prepack": "npm run build:lib",
5555
"prepublishOnly": "cp package.json package.json.bak && node prepublish.cjs",
56-
"postpublish": "mv package.json.bak package.json",
57-
"submodule": "git submodule update --init --recursive"
56+
"postpublish": "mv package.json.bak package.json"
5857
},
5958
"eslintConfig": {
6059
"extends": [

0 commit comments

Comments
 (0)