Skip to content

Commit

Permalink
fix: gh pages deployment (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Jul 5, 2024
1 parent 9b34fe6 commit 1328955
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 @@ -23,7 +23,7 @@
"format": "prettier --write \"**/*.{js,json,md}\"",
"start": "npm run demo:start",
"demo:start": "cd ./demo && next",
"demo:build": "npm run build && cd ./demo && BUILD_TARGET=github-pages next build && touch demo/out/.nojekyll"
"demo:build": "npm run build && cd ./demo && BUILD_TARGET=github-pages next build && touch ./out/.nojekyll"
},
"keywords": [
"next",
Expand Down

0 comments on commit 1328955

Please sign in to comment.