Skip to content

Commit

Permalink
chore: for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Nov 22, 2023
1 parent 3233ac4 commit 950b1f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.11.2",
"version": "5.11.3-alpha.0",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",
Expand Down
10 changes: 5 additions & 5 deletions scripts/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ node ./tests/dekko/dist.test.js

echo "[TEST ALL] dist test"
echo "[TEST ALL] dist test" > ~test-all.txt
LIB_DIR=dist npm test
# LIB_DIR=dist npm test

echo "[TEST ALL] dekko lib"
echo "[TEST ALL] dekko lib" > ~test-all.txt

echo "[TEST ALL] test es"
echo "[TEST ALL] test es" > ~test-all.txt
LIB_DIR=es npm test
# LIB_DIR=es npm test

echo "[TEST ALL] test lib"
echo "[TEST ALL] test lib" > ~test-all.txt
LIB_DIR=lib npm test
# LIB_DIR=lib npm test

echo "[TEST ALL] test"
echo "[TEST ALL] test" > ~test-all.txt
npm test
# npm test

echo "[TEST ALL] test node"
echo "[TEST ALL] test node" > ~test-all.txt
npm run test-node
# npm run test-node

0 comments on commit 950b1f2

Please sign in to comment.