Skip to content

Commit

Permalink
feat(module:core): 修复项目启动报错 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongxiong authored May 30, 2021
1 parent 49a9164 commit 1d9a4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/site/generateColorLess.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require('path');
const { generateTheme } = require('antd-theme-generator');

const options = {
antDir: path.join(__dirname, '../node_modules/antd'),
stylesDir: path.join(__dirname, '../../site/src/'),
antdStylesDir: path.join(__dirname, '../../components'),
varFile: path.join(__dirname, '../../components/style/themes/default.less'),
Expand Down

0 comments on commit 1d9a4a6

Please sign in to comment.