henryclw
2022-04-20 09:23:56 -07:00
parent b78f3c6853
commit 0a4e462c5a
2 changed files with 1 additions and 4 deletions

View File

@@ -8,12 +8,10 @@ RUN npm install -g pnpm
WORKDIR /app
COPY package*.json ./
COPY . .
RUN pnpm install
COPY . .
# convert csv to json
# automatically executed when postinstall
RUN pnpm convert

View File

@@ -32,7 +32,6 @@
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@unocss/reset": "^0.6.3",
"consola": "^2.15.3",
"critters": "^0.0.16",
"cross-env": "^7.0.3",