Skip to content

Commit

Permalink
build(npm): Add deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 11, 2020
1 parent 42b2626 commit 7cd4ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev -p 3333",
"start": "next build && next start -p 3334",
"build": "npm run test && next build",
"deploy": "npm run build && next export && firebase deploy",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 7cd4ea9

Please sign in to comment.