diff --git a/package.json b/package.json index f7821a63..ff99d0f2 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "dev": "next dev", "build": "npm-run-all build-tracker copy-db-schema build-db-client build-app", "start": "next start", + "export": "next export", "build-app": "next build", "build-tracker": "rollup -c rollup.tracker.config.js", "copy-db-schema": "node scripts/copy-db-schema.js",