We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a362e7 commit 36487feCopy full SHA for 36487fe
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Verify single lockfile (Step 0 - Supply Chain Policy)
78
run: |
79
if [ -f yarn.lock ] && [ -f package-lock.json ]; then
80
- "❌ ERROR: Both yarn.lock and package-lock.json found. Policy requires exactly ONE package manager. Allowed: npm + package-lock.json OR Yarn + yarn.lock"
+ echo "❌ ERROR: Both yarn.lock and package-lock.json found. Policy requires exactly ONE package manager. Allowed: npm + package-lock.json OR Yarn + yarn.lock"
81
exit 1
82
fi
83
if [ ! -f yarn.lock ] && [ ! -f package-lock.json ]; then
0 commit comments