We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4145afe commit ece65edCopy full SHA for ece65ed
.github/workflows/nextjs.yml
@@ -41,7 +41,7 @@ jobs:
41
exit 0
42
elif [ -f "${{ github.workspace }}/package.json" ]; then
43
echo "manager=npm" >> $GITHUB_OUTPUT
44
- echo "command=ci" >> $GITHUB_OUTPUT
+ echo "command=ci --force" >> $GITHUB_OUTPUT
45
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
46
47
else
0 commit comments