Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjknight50 authored Mar 23, 2024
1 parent 32fd0db commit 989e6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install --global yarn
- run: npm install yarn -g
- run: npm install pm2 -g
- run: yarn install --frozen-lockfile
- run: pm2 start npm -- dev

0 comments on commit 989e6f9

Please sign in to comment.