Skip to content

Commit

Permalink
build: have vue cli generate a build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jul 12, 2018
1 parent b649ec8 commit 9201982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -18,9 +18,6 @@ bin/
# yarn
yarn.lock

# distro
dist/

# local env files
.env.local
.env.*.local
Expand Down
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target wc --name notification-modal",
"build": "vue-cli-service build --target wc --name notification-modal --dest build",
"lint": "vue-cli-service lint"
},
"dependencies": {
Expand Down

0 comments on commit 9201982

Please sign in to comment.