Skip to content

Commit

Permalink
script build 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny-Cho committed Nov 4, 2023
1 parent 3459974 commit 95fd34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"license": "0BSD",
"scripts": {
"build": "gatsby clean && gatsby build",
"build": "gatsby clean && gatsby build && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"deploy": "gatsby clean && gatsby build && gh-pages -d public",
Expand Down

0 comments on commit 95fd34a

Please sign in to comment.