Skip to content

Commit

Permalink
chore: add gatsby develop scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Oct 10, 2023
1 parent fbdd066 commit 2d8092d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"open": "open http://127.0.0.1:8000/___status/",
"turbo:dev": "start-test start:cms 8888 'pnpm turbo dev --output-logs=new-only'",
"turbo:dev:light": "start-test start:cms 8888 'pnpm turbo dev:light --output-logs=new-only'",
"gatsby:develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=true pnpm gatsby develop",
"gatsby:refresh": "curl -X POST http://localhost:8000/__refresh",
"clean": "gatsby clean"
}
}

0 comments on commit 2d8092d

Please sign in to comment.