Skip to content

Commit

Permalink
fixup! fixup! feat(worker): Add sentry to xapian worker scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowbas authored and bas080 committed Nov 13, 2024
1 parent 36a2933 commit 19fc981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"start-e2e-server": "start-test mockserver 15000 start-use-mockserver",
"run-cypress-tests": "cypress run --headless",
"cypress-e2e": "start-test start-e2e-server 4201 run-cypress-tests",
"ci-tests": "DISPLAY='' CHOKIDAR_USEPOLLING=1 node run-ci-tests.js"
"ci-tests": "DISPLAY='' CHOKIDAR_USEPOLLING=1 node run-ci-tests.js",
"postinstall": "node src/build/gen-env.js"
},
"dependencies": {
"@angular/animations": "15.1.3",
Expand Down

0 comments on commit 19fc981

Please sign in to comment.