@yqg/simple 1.0.10-beta.1 → 1.0.11

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yqg/simple",
3
- "version": "1.0.10-beta.1",
3
+ "version": "1.0.11",
4
4
  "description": "YQG Simple Component Library - Vue 2 + Ant Design Vue 组件库",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -245,13 +245,13 @@
245
245
  "src"
246
246
  ],
247
247
  "scripts": {
248
- "build": "rollup -c",
248
+ "build": "rm -rf dist && rollup -c",
249
249
  "dev": "rollup -c -w",
250
250
  "test": "jest",
251
251
  "lint": "eslint src --ext .js,.vue,.ts",
252
252
  "lint:fix": "eslint src --ext .js,.vue,.ts --fix",
253
253
  "clean": "rm -rf dist",
254
- "prepublishOnly": "npm run clean && npm run build"
254
+ "prepublishOnly": "npm run build"
255
255
  },
256
256
  "keywords": [
257
257
  "vue",