Skip to content

Commit

Permalink
fix(module:site): website start error(no such file, open node_modules…
Browse files Browse the repository at this point in the history
…/antd/dist/antd.less)
  • Loading branch information
摘新 committed May 30, 2022
1 parent 4f4ac8c commit fc6041b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~11.13.7",
"antd-theme-generator": "^1.1.9",
"antd-theme-generator": "~1.1.9",
"codecov": "^3.0.0",
"codelyzer": "^6.0.1",
"conventional-changelog-cli": "^2.1.1",
Expand Down
1 change: 0 additions & 1 deletion scripts/site/generateColorLess.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 fc6041b

Please sign in to comment.