Convert tests to Vitest (#4)
This commit is contained in:
@@ -9,7 +9,7 @@ RUN ls -R
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm install --unsafe-perm --frozen-lockfile
|
||||
RUN pnpm run build -C packages/docs
|
||||
RUN pnpm run build -C packages/website
|
||||
|
||||
ENV NODE_ENV=production
|
||||
CMD [ "pnpm", "-C", "packages/docs", "start" ]
|
||||
CMD [ "pnpm", "-C", "packages/website", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user