Skip to content

Commit 65aecff

Browse files
committed
chore: add a package script for deploying
1 parent c5c7903 commit 65aecff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"author": "Trezy <tre@trezy.com> (https://trezy.com)",
77
"scripts": {
88
"build": "next build",
9+
"deploy": "git subtree push --prefix out origin master",
910
"dev": "next",
1011
"export": "next export",
1112
"start": "next start"

0 commit comments

Comments
 (0)