Skip to content

Commit

Permalink
add ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMelior committed Jul 9, 2024
1 parent 36aec3d commit 6594f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install modules
run: npm ci --force
run: pnpm ci --force
- name: build production project
run: npm run build
run: pnpm run build
if: always()
- name: start project
run: npm run start
run: pnpm run start
if: always()

0 comments on commit 6594f1f

Please sign in to comment.