Skip to content

Commit 624eddc

Browse files
committed
chore: configure github action pipieline
1 parent cc2dc89 commit 624eddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build": "gatsby build",
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean",
16-
"typecheck": "tsc --noEmit"
16+
"typecheck": "tsc --noEmit",
17+
"deploy": "gh-pages -d public"
1718
},
1819
"dependencies": {
1920
"@mdx-js/react": "^2.3.0",

0 commit comments

Comments
 (0)