File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
runtime-plugins/offline-remote Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
"build" : " pnpm --filter offline-remote_app* --parallel build" ,
14
14
"serve" : " pnpm --filter offline-remote_app* --parallel serve" ,
15
15
"clean" : " pnpm --filter offline-remote_app* --parallel clean" ,
16
- "legacy:start" : " pnpm --filter offline-remote_app* --parallel legacy:start" ,
16
+ "legacy:start" : " pnpm --filter offline-remote_app1 --parallel legacy:start" ,
17
17
"legacy:build" : " pnpm --filter offline-remote_app* --parallel legacy:build" ,
18
18
"e2e:ci" : " pnpm start & wait-on http-get://localhost:3001/ && npx cypress run --config-file ../../cypress-e2e/config/cypress.config.ts --config '{\" supportFile\" : \" ../../cypress-e2e/support/e2e.ts\" }' --spec \" ./e2e/*.cy.ts\" --browser=chrome" ,
19
19
"legacy:e2e:ci" : " pnpm legacy:start & wait-on http-get://localhost:3001/ && npx cypress run --config-file ../../cypress-e2e/config/cypress.config.ts --config '{\" supportFile\" : \" ../../cypress-e2e/support/e2e.ts\" }' --spec \" ./e2e/*.cy.ts\" --browser=chrome"
You can’t perform that action at this time.
0 commit comments