|
@@ -49,8 +49,8 @@
|
|
|
"build:site": "npm run checked && vite build",
|
|
"build:site": "npm run checked && vite build",
|
|
|
"build:site-jdt": "npm run checked && vite build --config vite.config.jdt.ts ",
|
|
"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: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",
|
|
|
|
|
- "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",
|
|
|
|
|
|
|
+ "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:style:deps",
|
|
|
|
|
+ "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:style:deps",
|
|
|
"serve": "vite preview",
|
|
"serve": "vite preview",
|
|
|
"upload": "yarn build:site:oss && node ./jd/upload.js",
|
|
"upload": "yarn build:site:oss && node ./jd/upload.js",
|
|
|
"add": "node jd/createComponentMode.js",
|
|
"add": "node jd/createComponentMode.js",
|
|
@@ -61,6 +61,7 @@
|
|
|
"generate:types": "node jd/generate-types.cjs",
|
|
"generate:types": "node jd/generate-types.cjs",
|
|
|
"generate:types:taro": "node jd/generate-types-taro.cjs",
|
|
"generate:types:taro": "node jd/generate-types-taro.cjs",
|
|
|
"generate:themes": "node jd/generate-themes.cjs",
|
|
"generate:themes": "node jd/generate-themes.cjs",
|
|
|
|
|
+ "generate:style:deps": "node jd/generate-style-deps.cjs",
|
|
|
"prepare": "husky install",
|
|
"prepare": "husky install",
|
|
|
"test": "jest",
|
|
"test": "jest",
|
|
|
"release": "standard-version -a",
|
|
"release": "standard-version -a",
|