Skip to content

Commit

Permalink
Update deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Oct 10, 2023
1 parent c1a504b commit acea340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: npm install -g pnpm lerna@6

- name: Build Source
run: pnpm
run: |
pnpm install
pnpm build
- name: Get Project Version
id: lerna
Expand Down

0 comments on commit acea340

Please sign in to comment.