Skip to content

Commit ddfb6cf

Browse files
committed
updated workflow
1 parent 44bc080 commit ddfb6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
exit 0
4242
elif [ -f "${{ github.workspace }}/package.json" ]; then
4343
echo "manager=npm" >> $GITHUB_OUTPUT
44-
echo "command=ci" >> $GITHUB_OUTPUT
44+
echo "command=ci --force" >> $GITHUB_OUTPUT
4545
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4646
exit 0
4747
else

0 commit comments

Comments
 (0)