Skip to content

Commit

Permalink
feat: publish web components individually
Browse files Browse the repository at this point in the history
  • Loading branch information
eddybrando committed May 28, 2021
1 parent 3f4c4fd commit 8b1587e
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 @@ -4,7 +4,7 @@
"main": "./dist/qiskit-vue.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name qiskit-vue ./src/components/index.ts",
"build": "vue-cli-service build --target wc ./src/components/**/*.vue",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 8b1587e

Please sign in to comment.