mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
Update nextjs.yml
This commit is contained in:
parent
0126cd37e8
commit
9c1c05b612
2
.github/workflows/nextjs.yml
vendored
2
.github/workflows/nextjs.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
run: |
|
||||
if [ -f "${{ github.workspace }}/yarn.lock" ]; then
|
||||
echo "manager=yarn" >> $GITHUB_OUTPUT
|
||||
echo "command=install --production" >> $GITHUB_OUTPUT
|
||||
echo "command=install --frozen-lockfile" >> $GITHUB_OUTPUT
|
||||
echo "runner=yarn" >> $GITHUB_OUTPUT
|
||||
exit 0
|
||||
elif [ -f "${{ github.workspace }}/package.json" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user