Skip to content

Commit a250bed

Browse files
committed
update post
1 parent 83ab160 commit a250bed

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
@@ -9,6 +9,7 @@
99
"lint": "next lint",
1010
"sync": "scripts/sync-notes.sh",
1111
"deploy": "bun run sync && bun run build && gh-pages -d out -b gh-pages",
12+
"post": "bun run sync && git add . && git commit -m 'update post' && git push",
1213
"serve": "bunx serve@latest out"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)