Skip to content

Commit 117ad3e

Browse files
committed
no lint on relaese
1 parent d010c8e commit 117ad3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -e # exit immediately if a command exits with a non-zero status
44
# make sure there's no other changes
55
git pull
66

7-
# Lint and build
8-
npm run lint
97
# Step 0: ensure we're in sync
108
if [ "$(git status --porcelain)" ]; then
119
echo "❌ Pending changes detected. Commit or stash them first."

0 commit comments

Comments
 (0)