|
@@ -41,9 +41,8 @@
|
|
|
"build:site": "npm run checked && vite build",
|
|
"build:site": "npm run checked && vite build",
|
|
|
"build:gh-pages": "npm run checked && vite build --base=/nutui/",
|
|
"build:gh-pages": "npm run checked && vite build --base=/nutui/",
|
|
|
"build:site:oss": "npm run checked && vite build --base=/nutui/3x/",
|
|
"build:site:oss": "npm run checked && vite build --base=/nutui/3x/",
|
|
|
- "build": "npm run checked && vite build --config vite.config.build.ts && npm run generate:types && npm run generate:themes",
|
|
|
|
|
- "build:taro:vue": "npm run checked:taro:vue && vite build --config vite.config.build.taro.vue.ts && npm run generate:types && npm run generate:themes",
|
|
|
|
|
- "build:disperse": "vite build --config vite.config.build.disperse.ts",
|
|
|
|
|
|
|
+ "build": "npm run checked && vite build --config vite.config.build.ts && npm run generate:types && npm run generate:themes && vite build --config vite.config.build.css.ts",
|
|
|
|
|
+ "build:taro:vue": "npm run checked:taro:vue && vite build --config vite.config.build.taro.vue.ts && npm run generate:types && npm run generate:themes && vite build --config vite.config.build.css.ts",
|
|
|
"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",
|