Skip to content

Commit 668221e

Browse files
authored
Fix upgradeable workflow by not running the linter on transpiled output (#5754)
1 parent 2909098 commit 668221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgradeable/transpile-onto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ -v SUBMODULE_REMOTE ]]; then
4848
git add "$lib"
4949
fi
5050

51-
git commit -m "Transpile $commit"
51+
git commit -m "Transpile $commit" --no-verify
5252

5353
# return to original branch
5454
git checkout "$start_branch"

0 commit comments

Comments
 (0)