Skip to content

Commit 2a34170

Browse files
committed
Adjust lint-staged call for lint-staged@^5.
1 parent 878fbb9 commit 2a34170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"scripts": {
102102
"build": "rm -rf lib && babel -D src -d lib && npm run doc",
103103
"release": "standard-version",
104-
"precommit": "lint-staged --verbose",
104+
"precommit": "DEBUG=lint-staged* lint-staged",
105105
"prepublish": "npm run build",
106106
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js' --single-quote",
107107
"doc": "node ./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",

0 commit comments

Comments
 (0)