Skip to content

Commit

Permalink
fixup! fixup! build: publish Apache Wicket stories in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 31, 2024
1 parent 6c0e432 commit 4c8e7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4c8e7ae

Please sign in to comment.