File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "publish:packages" : " ./scripts/publish-packages.sh" ,
2020 "dev" : " npm run dev -w @eclipse-docks/app" ,
2121 "build" : " npm run build -w @eclipse-docks/core && npm run build:extensions" ,
22- "build:app" : " npm run build -w @eclipse-docks/app" ,
23- "build:app-e2e" : " npm run build -w @eclipse-docks/app-e2e" ,
22+ "build:app" : " npm run build && npm run build -w @eclipse-docks/app" ,
23+ "build:app-e2e" : " npm run build -w @eclipse-docks/core && npm run build -w @eclipse-docks/ app-e2e" ,
2424 "preview" : " npm run preview -w @eclipse-docks/app" ,
2525 "type-check" : " npm run type-check -w @eclipse-docks/core" ,
2626 "test" : " npm run test --workspaces --if-present" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ echo ""
3636
3737npm run type-check
3838npm run test
39- npm run build
4039npm run build:app
4140npm run playwright:install-chromium
4241npm run test:e2e
You can’t perform that action at this time.
0 commit comments