chore: dumi init (#44834)

This commit is contained in:
叶枫 2023-09-13 18:48:01 +08:00 committed by GitHub
parent 23870913b1
commit 10c78d3778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@
"unpkg": "dist/antd.min.js",
"typings": "es/index.d.ts",
"scripts": {
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky install && dumi setup",
"api-collection": "antd-tools run api-collection",
"authors": "tsx scripts/generate-authors.ts",
"build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist",