Skip to content

Commit 277a004

Browse files
ochafikclaude
andcommitted
Revert pre-commit artifactory check (moved to separate PR #133)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6c44f8e commit 277a004

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.husky/pre-commit

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Verify no private registry URLs in package-lock.json
2-
if grep -E '"resolved": "https?://' package-lock.json | grep -v registry.npmjs.org > /dev/null; then
3-
echo "ERROR: package-lock.json contains non-npmjs.org URLs"
4-
echo "Run: docker run --rm -i -v \$PWD:/src -w /src node:latest npm i --registry=https://registry.npmjs.org/"
5-
exit 1
6-
fi
7-
81
npm run build:all
92
npm run prettier:fix
103

0 commit comments

Comments
 (0)