Skip to content

Commit

Permalink
chore: Add task to publish to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 27, 2019
1 parent cf0cacf commit ad42cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.next/
.next/
out/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit ad42cdd

Please sign in to comment.