We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e216724 commit a7073ccCopy full SHA for a7073cc
git-hooks/pre-commit
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-$(npm bin)/lint-staged -c ./node_modules/ddts/.lintstagedrc || exit 1
+npx lint-staged -c ./node_modules/ddts/.lintstagedrc || exit 1
package.json
@@ -1,6 +1,6 @@
{
"name": "ddts",
- "version": "3.0.3",
+ "version": "3.0.4",
4
"main": ".eslintrc.json",
5
"scripts": {
6
"postinstall": "./install-hooks"
0 commit comments