From 8d79c90d2c9e69f4924388a14b7aeceaf0778073 Mon Sep 17 00:00:00 2001 From: Skye Date: Sun, 18 Dec 2022 16:46:26 +0900 Subject: [PATCH] move to devdeps --- Dockerfile | 1 - package.json | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f81819..7635f27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,4 @@ COPY --from=build-env /app/build /app COPY package.json /app/package.json WORKDIR /app env NODE_ENV=production -RUN yarn install --production CMD ["index.js"] \ No newline at end of file diff --git a/package.json b/package.json index 297ee55..4e24604 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,11 @@ "tailwindcss": "^3.1.5", "tslib": "^2.3.1", "typescript": "^4.7.4", - "vite": "^4.0.0" - }, - "type": "module", - "dependencies": { + "vite": "^4.0.0", "@ory/client": "^0.2.0-alpha.60", "@ory/hydra-client": "^2.0.2", "@ory/integrations": "^0.2.8", "svelte-i18n": "^3.5.2" - } + }, + "type": "module" }