File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy CUFinder MCP
1+ name : Deploy CUFinder MCP Server
22
33on :
44 push :
77
88jobs :
99 build :
10- name : CUFinder CI
10+ name : CUFinder MCP Server CI
1111
1212 strategy :
1313 matrix :
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 : |
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
You can’t perform that action at this time.
0 commit comments