Skip to content

Commit

Permalink
Merge branch 'alibaba-fusion:master' into feat/TextArea-hasClear
Browse files Browse the repository at this point in the history
  • Loading branch information
YunMeng99 authored Jan 17, 2024
2 parents 9c06845 + 67af4ec commit b5cfcb2
Show file tree
Hide file tree
Showing 2 changed files with 476 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,22 @@
"build:sass": "ts-node ./tools/build/sass.ts",
"build:docs": "ts-node ./tools/build/docs/index.ts",
"build:dist": "ts-node ./tools/build/dist.ts",
"changelog": "ts-node ./tools/changelog.ts",
"release": "ts-node ./tools/release/index.ts",
"release:check": "ts-node ./tools/checkers/index.ts",
"release:check:eslint": "npm run check:eslint ./components",
"release:check:stylelint": "npm run check:stylelint ./components",
"release:changelog": "ts-node ./tools/changelog.ts",
"release:ding": "ts-node ./tools/release/ding.ts",
"release:github": "ts-node ./tools/release/github.ts",
"tool:rename2ts": "ts-node ./tools/rename2ts.ts",
"check": "ts-node ./tools/checkers/index.ts",
"check:types": "ts-node ./tools/checkers/types/index.ts",
"check:eslint": "ts-node ./tools/checkers/eslint.ts",
"check:stylelint": "ts-node ./tools/checkers/stylelint.ts",
"check:sass": "ts-node ./tools/checkers/sass.ts",
"check:all": "npm run check:types ./components && npm run check:eslint ./components && npm run check:stylelint ./components",
"test": "ts-node ./tools/test.ts",
"test:v2": "node --max_old_space_size=8192 ./scripts/test/v2-index.js",
"test:a11y": "node --max_old_space_size=8192 ./scripts/test/a11y-index.js",
"test:js": "node --max_old_space_size=8192 ./scripts/test/index.js",
"test:head": "ts-node ./tools/test.ts --head",
"test": "ts-node ./tools/test.ts",
"tool:rename2ts": "ts-node ./tools/rename2ts.ts",
"api": "ts-node ./tools/api.ts",
"commitmsg": "commitlint --edit",
"precommit": "lint-staged"
},
Expand Down
Loading

0 comments on commit b5cfcb2

Please sign in to comment.