Skip to content

Commit

Permalink
fix: fix css build issue. #281
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent bb69844 commit c6d7c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start:basic": "lerna exec --scope @example/basic npm run start",
"build:antdp-base": "lerna exec --scope @example/antdp-base -- npm run build",
"build:website": "lerna exec --scope @example/website -- npm run build",
"build": "lerna exec --scope @antdp/* --ignore @antdp/dependencies -- tsbb build --use-babel src/*.{js,ts,tsx,jsx}",
"build": "lerna exec --scope @antdp/* --ignore @antdp/dependencies -- tsbb build --use-babel src/*.{js,ts,tsx,jsx} && npm run css:build",
"umiinstall": "lerna exec --scope @example/antdp-base --scope @example/basic -- npm run umiinstall",
"⬇️⬇️⬇️⬇️⬇️ install ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ install::package ▼▼▼▼▼",
"hoist": "npm install --hoist",
Expand Down Expand Up @@ -44,7 +44,7 @@
"publish": "lerna publish from-package",
"start": "lerna exec --scope @example/antdp-base npm run start",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"clean": "lerna clean --yes && npm run remove && rm -rf ./package-lock.json && rm -rf node_modules && npm run remove:c ",
"clean": "lerna clean --yes && npm run remove && rm -rf ./package-lock.json && npm run remove:c && rm -rf node_modules",
"remove": " lerna exec --scope @antdp/* --scope @example/* -- rm -rf package-lock.json",
"remove:c": "rm -rf package-lock.json && npm run remove:yarn && npm run remove:lib && npm run remove:esm",
"remove:yarn": "lerna exec --scope @antdp/* --scope @example/* -- rm -rf yarn.lock",
Expand Down

0 comments on commit c6d7c28

Please sign in to comment.