diff --git a/package.json b/package.json index 73d4f16..68e18a3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build && yarn sentry:sourcemaps", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "sentry:sourcemaps": "sentry-cli sourcemaps inject --org nicholas-sorokin --project pandemic-tracker ./build && sentry-cli sourcemaps upload --org nicholas-sorokin --project pandemic-tracker ./build" @@ -59,4 +59,4 @@ "globals": "^15.6.0", "typescript-eslint": "^7.13.1" } -} \ No newline at end of file +}