Skip to content

Commit

Permalink
chore: remove obsolete script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin-w151 committed Feb 22, 2025
1 parent 0388b84 commit 0d7e5f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ARG ORFARCHIV_DB_URL="mongodb://localhost"
ENV ORFARCHIV_DB_URL="$ORFARCHIV_DB_URL"

RUN npx svelte-kit sync \
&& npm run fix:jsdom \
&& npm run build


Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"format": "prettier --write --plugin-search-dir=. .",
"test": "playwright test",
"test:ui": "playwright test --ui",
"fix:jsdom": "node scripts/fix-jsdom.js",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"sme": "source-map-explorer .svelte-kit/output/client/**/*.js",
Expand Down
77 changes: 0 additions & 77 deletions scripts/fix-jsdom.js

This file was deleted.

0 comments on commit 0d7e5f4

Please sign in to comment.