Skip to content

Commit

Permalink
fix: fix css style issue #281
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent a0eb431 commit 306ca9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: npm run build:website
# examples/basic 里面的 ts 转换 成 js版本并存储到 examples/basicjs
- run: yarn run build:js
- run: npm run css:build

- name: Create Tag
id: create_tag
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"watch:hooks": "lerna exec --scope @antdp/hooks -- tsbb watch --use-babel src/*.{js,ts,tsx,jsx}",
"watch:request": "lerna exec --scope @antdp/request -- tsbb watch --use-babel src/*.{js,ts,tsx,jsx}",
"⬆️⬆️⬆️⬆️⬆️ watch::package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ watch::package ▲▲▲▲▲",
"css:build": "lerna exec --scope @antdp/* -- compile-less -d src -o esm",
"css:watch": "lerna exec --scope @antdp/* -- compile-less -d src -o esm --watch",
"----": "----",
"build:js": "node ./script/copy",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
Expand Down

0 comments on commit 306ca9d

Please sign in to comment.