Skip to content

Commit

Permalink
Merge pull request #6679 from JoltCode/typescript-vite
Browse files Browse the repository at this point in the history
fix(frontend): package build folder
  • Loading branch information
spwoodcock authored Jan 8, 2025
2 parents c54e760 + d1b50d3 commit 09448ef
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 @@ -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"
Expand Down

0 comments on commit 09448ef

Please sign in to comment.