Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis committed Mar 20, 2022
1 parent 807b63f commit cdd7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"build": "npm run test && npm run build:example && npm run build:library",
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-navigation-bar.esm.js",
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:library": "rm -rf ./dist && npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-navigation-bar.umd.js",
"build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-navigation-bar.min.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
Expand Down

0 comments on commit cdd7b44

Please sign in to comment.