Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Jul 20, 2020
1 parent 2d82019 commit fc5046e
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 @@ -12,7 +12,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-lib": "vue-cli-service build --target lib --name vue-png-explainer src/main.js",
"build-lib": "vue-cli-service build --target lib src/main.js",
"release": "semantic-release --branches main"
},
"dependencies": {
Expand Down

0 comments on commit fc5046e

Please sign in to comment.