7 lines
167 B
Plaintext
Executable File
7 lines
167 B
Plaintext
Executable File
# Ensure lockfile is up to date
|
|
echo "🔒 Updating lockfile..."
|
|
pnpm install --lockfile-only
|
|
|
|
# Add the built files and lockfile to the commit
|
|
git add pnpm-lock.yaml
|