File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
5053
5154 datamining :
5255 runs-on : ubuntu-latest
56+ needs : build
5357 steps :
5458 - name : Download artifact
5559 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 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:*" ,
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}
You can’t perform that action at this time.
0 commit comments