Skip to content

Commit fa82856

Browse files
committed
fix: "prepare": "husky install",更新npm release 失败报错解决
解决方案:NA 影响范围:all 关联工单:NA 更新版本:NA
1 parent 7a28118 commit fa82856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typecheck": "tsc --noEmit",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
34-
"prepare": "husky",
34+
"prepare": "husky install",
3535
"release": "release-it"
3636
},
3737
"keywords": [

0 commit comments

Comments
 (0)