File tree Expand file tree Collapse file tree 6 files changed +6750
-5629
lines changed Expand file tree Collapse file tree 6 files changed +6750
-5629
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@v4
1919 with :
2020 node-version : 22
21- - uses : pnpm/action-setup@v4
22- with :
23- version : 8
24- - name : Install dependencies
25- run : pnpm install
2621 - name : Lint
2722 run : pnpm lint
2823 - name : Install service dependencies
3833 - uses : actions/setup-node@v4
3934 with :
4035 node-version : 22
41- - uses : pnpm/action-setup@v4
42- with :
43- version : 8
44- - name : Install dependencies
45- run : pnpm install
4636 - name : Typecheck
4737 run : pnpm type-check
4838 - name : Install service dependencies
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ARG RELEASE_VERSION=v0.0.0
77ENV VITE_GIT_COMMIT_HASH=$GIT_COMMIT_HASH
88ENV VITE_RELEASE_VERSION=$RELEASE_VERSION
99
10- RUN npm install pnpm@8 -g
11-
1210WORKDIR /app
1311
1412COPY ./package.json /app
@@ -24,8 +22,6 @@ RUN pnpm run build
2422# build backend
2523FROM node:22-alpine AS backend
2624
27- RUN npm install pnpm@8 -g
28-
2925WORKDIR /app
3026
3127COPY /service/package.json /app
Original file line number Diff line number Diff line change 6868 "*.{ts,tsx,vue}" : [
6969 " pnpm lint:fix"
7070 ]
71- }
71+ },
72+ "packageManager" :
" [email protected] +sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b" 7273}
You can’t perform that action at this time.
0 commit comments