Commit 250f2bf 1 parent bf393ea commit 250f2bf Copy full SHA for 250f2bf
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 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
26
"rmdir:build:client" : " if exist \" .\\ out\\ client\" rmdir /s /q \" .\\ out\\ client\" " ,
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" ,
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" ,
30
30
"build:win:draft" : " npm run build && electron-builder --win --config --publish onTagOrDraft" ,
You can’t perform that action at this time.
0 commit comments