Skip to content

Commit

Permalink
Change dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Sep 26, 2022
1 parent 6fa4a5b commit 3234f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"license": "MIT",
"scripts": {
"dev": "next -p 8000",
"next-release": "SHOW_NEXT_RELEASE=1 yarn dev",
"dev": "SHOW_NEXT_RELEASE=1 next -p 8000",
"dev:live": "next -p 8000",
"build": "yarn validate-links && next build && yarn sitemap",
"start": "next start -p 8000",
"sitemap": "next-sitemap",
Expand Down

0 comments on commit 3234f48

Please sign in to comment.