Skip to content

Commit

Permalink
chore: add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthyadms committed Sep 25, 2023
1 parent 9262879 commit ccffa3c
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 @@ -6,7 +6,8 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
Expand Down

0 comments on commit ccffa3c

Please sign in to comment.