Skip to content

Commit 83ea974

Browse files
committed
simplify trigger-release
1 parent edd90c2 commit 83ea974

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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",

scripts/trigger-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ echo ""
3636

3737
npm run type-check
3838
npm run test
39-
npm run build
4039
npm run build:app
4140
npm run playwright:install-chromium
4241
npm run test:e2e

0 commit comments

Comments
 (0)