tk2312-web/config/setCZConfig.js

11 lines
417 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* @Author: Hugo
* @Date: 2022-04-07 13:36:45
* @LastEditTime: 2022-04-13 16:42:45
* @LastEditors: Please set LastEditors
* @Description: 在package.json中添加config设置commitizen path
* @FilePath: /low_code_designer_husky/config/setCZConfig.js
*/
const { setPackageJSONConfig } = require('./common.js');
setPackageJSONConfig('./package.json', 'config.commitizen.path', 'cz-conventional-changelog');