Skip to content

Commit 8abda60

Browse files
Update build function
1 parent 55a5f4d commit 8abda60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"build": "npm run test && npm run build:example && npm run build:library",
8686
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-simple-context-menu.esm.js",
8787
"build:example": "rimraf docs && cross-env NODE_ENV=production webpack --progress --hide-modules --mode production",
88-
"build:library": "rimraf dist npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg",
88+
"build:library": "rimraf dist && npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg",
8989
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-simple-context-menu.umd.js",
9090
"build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-simple-context-menu.min.js",
9191
"test": "jest",

0 commit comments

Comments
 (0)