File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 uses : actions/upload-artifact@v7
4242 with :
4343 name : JA_Build_${{ steps.extract_version.outputs.version }}
44- path : build /
44+ path : dist /
Original file line number Diff line number Diff line change 2121 "build-debug" : " cross-env-shell VITE_BUILD_MODE=EXTN JA_DEBUG_BUILD=1 \" tsc -b && vite build\" " ,
2222 "postbuild-debug" : " cross-env VITE_BUILD_MODE=EXTN node post-build.cjs" ,
2323 "postbuild" : " cross-env VITE_BUILD_MODE=EXTN node post-build.cjs" ,
24- "publish-extn" : " gh-pages -d build -b ja-extn" ,
24+ "publish-extn" : " gh-pages -d dist -b ja-extn" ,
2525 "build-web" : " cross-env-shell VITE_BUILD_MODE=WEB GENERATE_SOURCEMAP=false INLINE_RUNTIME_CHUNK=false \" tsc -b && vite build\" " ,
2626 "postbuild-web" : " cross-env VITE_BUILD_MODE=WEB node post-build.cjs" ,
27- "deploy-web" : " echo app.jiraassistant.com > ./build /CNAME && gh-pages -d build " ,
27+ "deploy-web" : " echo app.jiraassistant.com > ./dist /CNAME && gh-pages -d dist " ,
2828 "build-app" : " cross-env-shell VITE_BUILD_MODE=APP GENERATE_SOURCEMAP=false INLINE_RUNTIME_CHUNK=false \" tsc -b && vite build\" " ,
2929 "postbuild-app" : " cross-env VITE_BUILD_MODE=APP node post-build.cjs" ,
30- "deploy-app" : " gh-pages -d build --dotfiles true -b ja-app" ,
30+ "deploy-app" : " gh-pages -d dist --dotfiles true -b ja-app" ,
3131 "start-plugin" : " cross-env VITE_BUILD_MODE=PLUGIN PORT=6060 vite" ,
3232 "build-plugin" : " cross-env-shell VITE_BUILD_MODE=PLUGIN PUBLIC_URL=. GENERATE_SOURCEMAP=false INLINE_RUNTIME_CHUNK=false \" tsc -b && vite build\" " ,
3333 "postbuild-plugin" : " cross-env VITE_BUILD_MODE=PLUGIN node post-build.cjs" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (buildMode === 'WEB') {
3434 postinstall : 'electron-builder install-app-deps' ,
3535 } ;
3636
37- fs . writeJsonSync ( resolveApp ( 'build/ package.json') , {
37+ fs . writeJsonSync ( resolveBuildPath ( ' package.json') , {
3838 name,
3939 version,
4040 description,
You can’t perform that action at this time.
0 commit comments