File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/app/src/app/store Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "build" : " yarn build:deps && yarn build:prod" ,
8- "build:prod" : " lerna run build --scope app --scope homepage --stream && gulp" ,
8+ "build:prod" : " lerna run build --scope homepage --stream && lerna run build -- scope app --stream && gulp" ,
99 "build:clean" : " lerna run build:clean --scope app --scope homepage && rimraf www" ,
1010 "build:deps" : " lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs" ,
1111 "start" : " yarn build:deps && lerna run start --scope app --stream" ,
Original file line number Diff line number Diff line change @@ -159,7 +159,10 @@ export function withLoadApp(continueSequence) {
159159 continueSequence ,
160160 ] ) ,
161161 ] ,
162- false : continueSequence ,
162+ false : [
163+ actions . removeJwtFromStorage , // To delete the signedIn cookie as well, to be sure
164+ continueSequence ,
165+ ] ,
163166 } ,
164167 set ( state `hasLoadedApp` , true ) ,
165168 set ( state `isAuthenticating` , false ) ,
You can’t perform that action at this time.
0 commit comments