Skip to content

Commit 8b97fff

Browse files
ci: update ci file configs
1 parent aa8d821 commit 8b97fff

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy CUFinder MCP
1+
name: Deploy CUFinder MCP Server
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: CUFinder CI
10+
name: CUFinder MCP Server CI
1111

1212
strategy:
1313
matrix:
@@ -32,11 +32,8 @@ jobs:
3232
check-latest: false
3333
architecture: ${{ matrix.architecture }}
3434

35-
- name: Setup corepack & pnpm
36-
run: corepack enable && corepack use pnpm@latest
37-
3835
- name: Install dependencies
39-
run: pnpm i
36+
run: npm i
4037

4138
- name: Setup env file
4239
run: |
@@ -51,7 +48,7 @@ jobs:
5148
5249
5350
- name: Build app
54-
run: pnpm build
51+
run: npm build
5552

5653
- name: Sync files
5754
uses: SamKirkland/FTP-Deploy-Action@4.3.3
@@ -71,13 +68,10 @@ jobs:
7168
**/.vscode/**
7269
**/node_modules/**
7370
**/src/**
74-
**/test/**
7571
.editorconfig
7672
.env
77-
.eslintrc.js
7873
.gitignore
7974
CHANGELOG.md
80-
nest-cli.json
8175
prettier.config.js
8276
README.md
8377
commitlint.config.js

0 commit comments

Comments
 (0)