Skip to content

Commit 5c60276

Browse files
committed
fix: ci workflow
1 parent 36ac06b commit 5c60276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: ▶️ Run lint script
3939
run: npm run lint
4040

41+
- name: 🏗 Build
42+
run: npm run build
43+
4144
test:
4245
name:
4346
🧪 Test (Node@${{ matrix.node }} - ESLint@${{ matrix.eslint }} - ${{
@@ -85,9 +88,6 @@ jobs:
8588
- name: 📥 Install ESLint v${{ matrix.eslint }}
8689
run: npm install --save-dev eslint@${{ matrix.eslint }}
8790

88-
- name: 🏗 Build
89-
run: npm run build
90-
9191
- name: ▶️ Run test script
9292
run: npm run test
9393

0 commit comments

Comments
 (0)