Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 7e8de6c

Browse files
fix husky script
1 parent a698df8 commit 7e8de6c

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
@@ -39,6 +39,6 @@
3939
"lint-staged": {
4040
"*.{js,ts,jsx,tsx}": "eslint --fix",
4141
"*.{js,ts,jsx,tsx,css,md}": "prettier --write",
42-
"packages/*/package.json": "./scripts/check-truffle-namespace-dependency-versions.js"
42+
"packages/*/package.json": "node ./scripts/check-truffle-namespace-dependency-versions.js"
4343
}
4444
}

0 commit comments

Comments
 (0)