Skip to content

Commit 0fe3b44

Browse files
committed
fix(ci): fix ci
1 parent f673e15 commit 0fe3b44

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
run: pnpm install
2828

2929
- name: Build project
30-
run: pnpm build
30+
run: |
31+
pnpm build
32+
rm -rf node_modules
33+
pnpm install --prod
3134
3235
- name: Run CI update command
3336
env:
@@ -50,6 +53,7 @@ jobs:
5053
5154
datamining:
5255
runs-on: ubuntu-latest
56+
needs: build
5357
steps:
5458
- name: Download artifact
5559
uses: actions/download-artifact@v4

packages/cli/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
"test": "vitest"
2222
},
2323
"devDependencies": {
24+
"@types/debug": "catalog:",
25+
"config": "workspace:*",
26+
"tsup": "catalog:",
27+
"typescript": "catalog:",
28+
"vitest": "catalog:"
29+
},
30+
"dependencies": {
2431
"@ffcafe/ixion-exd": "workspace:*",
2532
"@ffcafe/ixion-server": "workspace:*",
2633
"@ffcafe/ixion-sqpack": "workspace:*",
@@ -29,13 +36,8 @@
2936
"@ffcafe/ixion-zipatch": "workspace:*",
3037
"@octokit/auth-action": "^6.0.2",
3138
"@octokit/rest": "^22.0.0",
32-
"@types/debug": "catalog:",
3339
"commander": "^14.0.0",
34-
"config": "workspace:*",
3540
"debug": "catalog:",
36-
"execa": "^9.6.0",
37-
"tsup": "catalog:",
38-
"typescript": "catalog:",
39-
"vitest": "catalog:"
41+
"execa": "^9.6.0"
4042
}
4143
}

pnpm-lock.yaml

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)