Skip to content

Commit

Permalink
trim node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrioid committed Dec 15, 2024
1 parent 8244c3c commit 9779774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENV MODEL_BOX_API_KEY=$MODEL_BOX_API_KEY
RUN test -n ${DIRECTUS_API_TOKEN}
RUN test -n ${DIRECTUS_URL}
RUN bun run build && bun run build:bin
RUN bun install --production

# [SERVER]
FROM debian:buster-slim as server
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.5",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"remark-embed-images": "^3.1.0"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@babel/core": "^7.26.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/montserrat": "^5.1.0",
"@fontsource-variable/source-code-pro": "^5.1.0",
Expand All @@ -54,7 +54,6 @@
"@types/sanitize-html": "^2.13.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "~0.14.1",
"remark-embed-images": "^3.1.0",
"sanitize-html": "^2.13.1",
"simple-icons": "^13.20.0",
"tailwindcss": "~3.4.16",
Expand Down

0 comments on commit 9779774

Please sign in to comment.