File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4848 VITE_CODIMD_URL : pull-request
4949 VITE_GITLAB_CLIENT_ID : pull-request
5050 VITE_GITLAB_AUTHORITY : pull-request
51- run : npm run build
51+ run : npm run build:ci
Original file line number Diff line number Diff line change 7373 VITE_CODIMD_URL : main
7474 VITE_GITLAB_CLIENT_ID : main
7575 VITE_GITLAB_AUTHORITY : main
76- run : npm run build
76+ run : npm run build:ci
7777
7878 release :
7979 name : Release
Original file line number Diff line number Diff line change 88 "build" : " tsc && vite build" ,
99 "build:prod" : " NODE_ENV=production tsc && vite build" ,
1010 "build:test" : " tsc --noEmit" ,
11+ "build:ci" : " vite build --mode test" ,
1112 "##### DEV ###########" : " ###################################" ,
1213 "dev" : " vite" ,
1314 "dev:preview" : " vite preview" ,
You can’t perform that action at this time.
0 commit comments