Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Nov 19, 2024
1 parent 89356ad commit 8df176a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pnpm install -r --frozen-lockfile

- name: Build the package
run: pnpm nx run build sdk
run: pnpm nx build sdk

- name: Prepare package.json
working-directory: packages/sdk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/temp-deploy-package-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm install -r --frozen-lockfile

- name: Build the package
run: pnpm nx run build sdk
run: pnpm nx build sdk

- name: Prepare package.json
working-directory: packages/sdk
Expand Down

0 comments on commit 8df176a

Please sign in to comment.