@nutui/nutui-react 1.2.2 → 1.2.3-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.2.2 Wed Aug 10 2022 14:55:46 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.2.2 Thu Aug 11 2022 14:28:55 GMT+0800 (China Standard Time)
3
3
  * (c) 2021 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.2.2",
3
+ "version": "1.2.3-beta.0",
4
4
  "style": "dist/style.css",
5
5
  "main": "dist/nutui.react.umd.js",
6
6
  "module": "dist/esm/nutui-react.es.js",
@@ -50,7 +50,7 @@
50
50
  "build:replace": "npm run replace:scss",
51
51
  "build:es": "npx rollup -c rollup.config.es.js",
52
52
  "build:locales": "vite build --config vite.config.build.locales.ts",
53
- "build": "npm run checked && vite build --config vite.config.build.ts && npm run build:es && npm run build:css && npm run build:loader-style && npm run build:types && npm run build:locales",
53
+ "build": "npm run checked && npm run test && vite build --config vite.config.build.ts && npm run build:es && npm run build:css && npm run build:loader-style && npm run build:types && npm run build:locales",
54
54
  "build:site": "npm run checked && vite build --config vite.config.build.site.ts",
55
55
  "lint": "eslint .",
56
56
  "lint:fix": "eslint --fix .",