|
|
@@ -50,8 +50,8 @@
|
|
|
"build:site": "npm run checked && vite build",
|
|
|
"build:site-jdt": "npm run checked && vite build --config vite.config.jdt.ts ",
|
|
|
"build:site:oss": "npm run checked && vite build --base=/nutui/4x/",
|
|
|
- "build": "npm run checked && vite build --config vite.config.build.ts && vite build --config vite.config.build.disperse.ts && npm run generate:themes && vite build --config vite.config.build.css.ts && vite build --config vite.config.build.locale.ts && npm run dts && npm run attrs && npm run generate:unplugin:deps && node jd/copy-dist.cjs nutui",
|
|
|
- "build:taro:vue": "npm run checked:taro:vue && vite build --config vite.config.build.taro.vue.ts && vite build --config vite.config.build.taro.vue.disperse.ts && npm run generate:themes && vite build --config vite.config.build.css.ts && vite build --config vite.config.build.locale.ts && npm run dts:taro && npm run attrs&& npm run generate:unplugin:deps && node jd/copy-dist.cjs nutui-taro",
|
|
|
+ "build": "npm run checked && vite build --config vite.config.build.ts && vite build --config vite.config.build.disperse.ts && npm run generate:themes && vite build --config vite.config.build.css.ts && vite build --config vite.config.build.locale.ts && npm run dts && npm run attrs && node jd/generate-unplugin-deps.cjs nutui && node jd/copy-dist.cjs nutui",
|
|
|
+ "build:taro:vue": "npm run checked:taro:vue && vite build --config vite.config.build.taro.vue.ts && vite build --config vite.config.build.taro.vue.disperse.ts && npm run generate:themes && vite build --config vite.config.build.css.ts && vite build --config vite.config.build.locale.ts && npm run dts:taro && npm run attrs&& node jd/generate-unplugin-deps.cjs nutui-taro && node jd/copy-dist.cjs nutui-taro",
|
|
|
"serve": "vite preview",
|
|
|
"upload": "yarn build:site:oss && node ./jd/upload.js",
|
|
|
"add": "node jd/createComponentMode.js",
|
|
|
@@ -62,7 +62,6 @@
|
|
|
"generate:types": "rm -rf ./dist/types && node jd/generate-types.cjs",
|
|
|
"generate:types:taro": "rm -rf ./dist/types && node jd/generate-types-taro.cjs",
|
|
|
"generate:themes": "node jd/generate-themes.cjs",
|
|
|
- "generate:unplugin:deps": "node jd/generate-unplugin-deps.cjs",
|
|
|
"prepare": "husky install",
|
|
|
"test": "jest",
|
|
|
"release": "standard-version -a",
|