Skip to content

Commit c73b43f

Browse files
committed
v2.0.0
1 parent 8ca0c47 commit c73b43f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fm-vue-ui",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Basic Vue Components for FM",
55
"main": "lib/fm-vue-ui.common.js",
66
"author": "fmfe",
@@ -31,7 +31,8 @@
3131
"build:theme": "node build/bin/build-theme.js && npx gulp build --gulpfile theme-default/gulpfile.js",
3232
"build:package": "npx cross-env NODE_ENV=production npx webpack --config ./build/webpack.package.config.js --progress --hide-modules",
3333
"build:components": "npx cross-env NODE_ENV=production npx webpack --config ./build/webpack.components.config.js --progress --hide-modules",
34-
"prepublishOnly": "npm run build:entry && npm run build:package && npm run build:components && npm run build:locale && npm run build:theme && npm run build:utils",
34+
"prepublishOnly": "rm -rf lib && npm run build:entry && npm run build:locale && npm run build:theme && npm run build:mixins && npm run build:utils && npm run build:components && npm run build:package",
35+
"test:publish": "rm -rf lib && npm run build:entry && npm run build:locale && npm run build:theme && npm run build:mixins && npm run build:utils && npm run build:components && npm run build:package",
3536
"lint": "npm run lint:vue & npm run lint:style",
3637
"lint:vue": "npx eslint --ext .vue,.js src/**/*.js components/**/*.vue",
3738
"lint:style": "npx stylelint \"{sites,components}/**/*.less\" --syntax less",

0 commit comments

Comments
 (0)