Skip to content

Commit

Permalink
feat: change the build command to package the code as a library
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 19, 2018
1 parent a53b281 commit d875f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"build": "vue-cli-service build --target lib src/main.js",
"test": "vue-cli-service test",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit d875f43

Please sign in to comment.