🎨
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
coward 2024-06-04 11:13:43 +08:00
parent b0f6b879f3
commit cb3dbb9b95

View File

@ -10,7 +10,8 @@ RUN corepack prepare pnpm@8.6.10 --activate
RUN npm config set registry https://registry.npmmirror.com
RUN pnpm install
RUN pnpm build
RUN pnpm build && \
ls -al
FROM golang:alpine as build