Skip to content

Commit

Permalink
fix(frontend/package): rename build to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JoltCode committed Jan 8, 2025
1 parent 6dc8762 commit d1b50d3
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
@@ -98,7 +98,7 @@
"test:ui": "npm run lint && vitest --ui",
"coverage": "npm run test -- --coverage --watchAll=false",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"sentry:sourcemaps": "if sentry-cli info; then sentry-cli sourcemaps inject --org humanitarian-openstreetmap-tea --project taskingmanager-frontend ./build && sentry-cli sourcemaps upload --org humanitarian-openstreetmap-tea --project taskingmanager-frontend ./build; fi"
"sentry:sourcemaps": "if sentry-cli info; then sentry-cli sourcemaps inject --org humanitarian-openstreetmap-tea --project taskingmanager-frontend ./dist && sentry-cli sourcemaps upload --org humanitarian-openstreetmap-tea --project taskingmanager-frontend ./dist; fi"
},
"eslintConfig": {
"extends": "react-app"

0 comments on commit d1b50d3

Please sign in to comment.