Skip to content

Commit

Permalink
change next build back to next export (#1202)
Browse files Browse the repository at this point in the history
remove unnecessary logic from transfer-fraction-button.tsx
  • Loading branch information
Jipperism authored Dec 1, 2023
1 parent 31ac54c commit 5c94088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "serve out",
"deploy": "pnpm export && pnpm sentry:sourcemaps",
"dev": "next",
"export": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next build",
"export": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next export",
"lint": "tsc -v && tsc --noEmit && next lint",
"lint:eslint": "eslint --ignore-path ../.gitignore --ignore-path .gitignore --ignore-path --max-warnings 0 .",
"lint:prettier": "prettier --ignore-path ../.gitignore --ignore-path .gitignore --loglevel warn --check **/*.{js,jsx,ts,tsx,sol,md,json}",
Expand Down

0 comments on commit 5c94088

Please sign in to comment.