Skip to content

Commit cdd7b44

Browse files
Update build command
1 parent 807b63f commit cdd7b44

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
@@ -93,7 +93,7 @@
9393
"build": "npm run test && npm run build:example && npm run build:library",
9494
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-navigation-bar.esm.js",
9595
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules",
96-
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
96+
"build:library": "rm -rf ./dist && npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
9797
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-navigation-bar.umd.js",
9898
"build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-navigation-bar.min.js",
9999
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",

0 commit comments

Comments
 (0)