chore: 规范 module 名称

This commit is contained in:
就眠儀式 2022-04-05 19:09:04 +08:00
parent 5a3482568a
commit 5f87bc67c7
215 changed files with 8 additions and 8 deletions

View File

@ -4,11 +4,11 @@
"homepage": "http://www.layui-vue.com", "homepage": "http://www.layui-vue.com",
"scripts": { "scripts": {
"dev": "pnpm -C ./package/document dev", "dev": "pnpm -C ./package/document dev",
"build:component": "pnpm -C ./package/component build",
"build:iconfont": "pnpm -C ./package/iconfont build",
"build:modal": "pnpm -C ./package/modal build",
"build:document": "pnpm -C ./package/document build", "build:document": "pnpm -C ./package/document build",
"generate:iconfont": "pnpm -C ./package/iconfont generate", "build:component": "pnpm -C ./package/component build",
"build:icons": "pnpm -C ./package/icons build",
"build:layer": "pnpm -C ./package/layer build",
"generate:icons": "pnpm -C ./package/icons generate",
"lint:eslint": "eslint 'package/**/*.{vue,ts,tsx}' --fix", "lint:eslint": "eslint 'package/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"", "lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
"prepare": "husky install" "prepare": "husky install"

View File

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 309 KiB

Some files were not shown because too many files have changed in this diff Show More