File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"find:version:target" : " findstr /S /M /C:\" version:\\\" 2.53.4\\\"\" out\\ client\\ static\\ js\\ main.*.chunk.js" ,
24
24
"find:auth0_client_id:target" : " findstr /S /M /C:\" REACT_APP_AUTH0_CLIENT_ID:\\\" eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" out\\ client\\ static\\ js\\ main.*.chunk.js" ,
25
25
"find:auth0_client_id:source" : " findstr /S /M /C:\" REACT_APP_AUTH0_CLIENT_ID:\\\" eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js" ,
26
- "rmdir:build:client" : " if exist .\\ out\\ client rmdir /s /q .\\ out\\ client" ,
26
+ "rmdir:build:client" : " if exist \" .\\ out\\ client\" rmdir /s /q \" .\\ out\\ client\" " ,
27
27
"copy:build:client" : " npm run find:version:source && npm run find:auth0_client_id:source && npm run rmdir:build:client && xcopy %SLTT_CLIENT_DIR%\\ build .\\ out\\ client\\ /s /e /y" ,
28
28
"build:win:norelease" : " npm run build && electron-builder --win --config --publish never" ,
29
29
"build:win:prerelease" : " npm run build && electron-builder --win --config --publish onTagOrDraft --prerelease" ,
You can’t perform that action at this time.
0 commit comments