Skip to content

Commit 26021f3

Browse files
committed
Configure publint
1 parent cc6e072 commit 26021f3

File tree

3 files changed

+160
-2
lines changed

3 files changed

+160
-2
lines changed

.husky/pre-push

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
. "$(dirname -- "$0")/_/husky.sh"
33

44
npm run test
5+
6+
echo "\npublint:"
7+
npx --no -- publint

package-lock.json

Lines changed: 155 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"is-ci": "^3.0.1",
4646
"jest": "^29.5.0",
4747
"lint-staged": "^13.2.3",
48-
"prettier": "^2.8.8"
48+
"prettier": "^2.8.8",
49+
"publint": "^0.1.15"
4950
}
5051
}

0 commit comments

Comments
 (0)