Skip to content

Commit

Permalink
Example deploy excludes styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
shoshi committed Mar 12, 2019
1 parent ef0d406 commit f920b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
"precommit": "npm run lint",
"deploy": "aws s3 sync dist s3://www.example.com --acl public-read --delete --exclude 'styleguide/*'",
},
"dependencies": {
"cross-env": "^5.2.0",
Expand Down

0 comments on commit f920b5e

Please sign in to comment.