Skip to content

Commit

Permalink
fix: fix theme generator dev script when using pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Sep 22, 2024
1 parent 859cfc0 commit f12a62c
Show file tree
Hide file tree
Showing 2 changed files with 10,806 additions and 9,893 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"dev:site": "pnpm run build:components && pnpm run --filter 'tdesign-site' dev",
"dev:theme-generator": "pnpm run --filter 'tdesign-theme-generator' dev",
"build:components": "pnpm run --filter 'tdesign-site-components' build && pnpm run --filter 'tdesign-site-components' postbuild",
"build:theme-generator": "pnpm run --filter 'tdesign-theme-generator' build",
"build-watch:theme-generator": "pnpm run --filter 'tdesign-theme-generator' build:watch",
"site": "npm run build:components && cd site && npm run build",
"site:intranet": "npm run build:components && cd site && npm run site:intranet",
"site:preview": "npm run build:components && cd site && npm run site:preview",
Expand All @@ -26,11 +28,14 @@
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"lint-staged": "8.1.5",
"prettier": "^3.0.3",
"prettier": "^2.8.8",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-less": "^2.0.0"
},
"engines": {
"pnpm": ">=9.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down
Loading

0 comments on commit f12a62c

Please sign in to comment.