Skip to content

Commit

Permalink
fix: deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: michalrozekariane <[email protected]>
  • Loading branch information
michalrozekariane committed Mar 18, 2024
1 parent 51d7de5 commit 542a43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node-version: '21'

- name: Install dependencies
run: pnpm install
run: npm install

- name: Build
run: pnpm run build
run: npm run build

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 542a43d

Please sign in to comment.