From 4c8e7aeb6d1751cd0ab378e5b94b8c1a7f9d8ba2 Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Tue, 31 Dec 2024 19:32:45 +0100 Subject: [PATCH] fixup! fixup! build: publish Apache Wicket stories in Storybook --- .github/workflows/continuous-deployment.yml | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index e0a4e369..3b8f90bb 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -68,7 +68,7 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: "Continuous Deployment: build Apache Wicket" + - name: Setup Java version uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 with: distribution: temurin @@ -88,7 +88,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Maven build - run: pnpm run wicket:build + run: pnpm run wicket:install-build - name: "Continuous Integration: build" env: diff --git a/package.json b/package.json index 96047c23..356397ec 100644 --- a/package.json +++ b/package.json @@ -79,8 +79,9 @@ "watch:storybook": "pnpm --filter @gemeente-rotterdam/storybook run storybook", "watch:style-dictionary": "pnpm --filter @gemeente-rotterdam/design-tokens run watch", "wicket:build": "mvn --offline clean install", + "wicket:install-build": "mvn clean install", "wicket:clean": "mvn clean", - "wicket:install": "mvn dependency:go-offline", + "wicket:install": "mvn --no-transfer-progress dependency:go-offline", "wicket:dev": "mvn exec:java -pl :docs-wicket" }, "dependencies": {