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 d010c8e commit 117ad3eCopy full SHA for 117ad3e
release.sh
@@ -4,8 +4,6 @@ set -e # exit immediately if a command exits with a non-zero status
4
# make sure there's no other changes
5
git pull
6
7
-# Lint and build
8
-npm run lint
9
# Step 0: ensure we're in sync
10
if [ "$(git status --porcelain)" ]; then
11
echo "❌ Pending changes detected. Commit or stash them first."
0 commit comments