diff --git a/package.json b/package.json index 0df7c4b153..4b8e2006f9 100644 --- a/package.json +++ b/package.json @@ -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",