Skip to content
代码片段 群组 项目
提交 c68abeea 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Automatically install husky at postinstall time.

上级 51838ff8
No related branches found
No related tags found
无相关合并请求
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"test:unit:coverage": "jest --coverage", "test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch", "test:unit:watch": "jest --watch",
"test:unit:watchAll": "jest --watchAll", "test:unit:watchAll": "jest --watchAll",
"postinstall": "electron-builder install-app-deps", "postinstall": "electron-builder install-app-deps && husky install",
"zap": "node src-script/zap-start.js --logToStdout --gen ./test/gen-template/zigbee/gen-templates.json", "zap": "node src-script/zap-start.js --logToStdout --gen ./test/gen-template/zigbee/gen-templates.json",
"zaphelp": "node src-script/zap-start.js --help", "zaphelp": "node src-script/zap-start.js --help",
"zapc": "node src-script/zap-start.js --logToStdout --gen ./test/gen-template/chip/gen-templates.json", "zapc": "node src-script/zap-start.js --logToStdout --gen ./test/gen-template/chip/gen-templates.json",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册