Skip to content

Commit

Permalink
Adding the start script back
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Mar 6, 2024
1 parent 8ad9700 commit 6cfbe66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"lint": "next lint",
"lint:fix": "next lint --fix",
"dev": "npm run graphql:build && NEXT_PUBLIC_GIT_HASH=`git rev-parse HEAD` next dev",
"start": "next start",
"build": "npm run graphql:build && NEXT_PUBLIC_GIT_HASH=`git rev-parse HEAD` next build",
"graphql:build": "graphclient build",
"graphql:dev-server": "graphclient serve-dev",
Expand Down

0 comments on commit 6cfbe66

Please sign in to comment.