Skip to content

Commit

Permalink
chore: move from npm back to pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 26, 2024
1 parent 5c0558c commit 977c6b0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ jobs:
git config user.name "Animo Solutions"
git config user.email "[email protected]"
<<<<<<< HEAD
=======
<<<<<<< Updated upstream
if [ ${{ inputs.release-type }} == 'alpha' ]; then
npm run release -- --preRelease=alpha
else
npm run release -- -i=${{ inputs.release-type }}
fi
=======
>>>>>>> f80efb6 (chore: move from npm back to pnpm)
- name: Publish
id: publish
env:
Expand All @@ -98,15 +88,7 @@ jobs:
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
if [ ${{ inputs.release-type }} == 'alpha' ]; then
<<<<<<< HEAD
pnpm release -- --preRelease=alpha
else
pnpm release -- -i=${{ inputs.release-type }}
fi
=======
pnpm release --preRelease=alpha
else
pnpm release -i=${{ inputs.release-type }}
fi
>>>>>>> Stashed changes
>>>>>>> f80efb6 (chore: move from npm back to pnpm)

0 comments on commit 977c6b0

Please sign in to comment.