Skip to content

Commit

Permalink
Revert "Reapply "Fix command of npm to clean install""
Browse files Browse the repository at this point in the history
This reverts commit 79bc00e.
  • Loading branch information
rowenslee committed Jun 28, 2024
1 parent 4c2dc61 commit 27c3d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
exit 0
elif [ -f "${{ github.workspace }}/package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "command=install" >> $GITHUB_OUTPUT
exit 0
else
echo "Unable to determine packager manager"
Expand Down

0 comments on commit 27c3d21

Please sign in to comment.