Add deploy task

This commit is contained in:
Pedro Piñera 2019-10-03 17:13:11 +02:00
parent df6609a082
commit 8eaa6bc8ca
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "npm run build && npm run export"
"export": "next export",
"deploy": "yarn run build && yarn run export"
},
"dependencies": {
"react": "16.10.1",