Skip to content

Commit

Permalink
Adding an alias for npm build-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 4, 2024
1 parent 9f1b860 commit 7b098b7
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 @@ -10,7 +10,7 @@
"bundle-analyzer": "vite-bundle-visualizer",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name vue-form-elements ./src/components/index.js",
"build-bundle": "npm run build",
"build-watch": "vue-cli-service build --target lib --name vue-form-elements --watch ./src/components/index.js"
},
"type": "module",
Expand Down

0 comments on commit 7b098b7

Please sign in to comment.