Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 4446aa8

Browse files
committed
fix(ci): wrong use of nx
1 parent 3fe7327 commit 4446aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npx playwright install --with-deps
5757

5858
- name: Run the TypeScript build
59-
run: npm nx run server:build
59+
run: pnpm run server:build
6060

6161
- name: Build and export to Docker
6262
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)