pipeline: build: image: node:18-alpine commands: - corepack enable - yarn - yarn build - chmod -R a+rw /mnt - rm -fR /mnt/dist - cp -R dist /mnt/dist volumes: - /home/n/CI/pokemem:/mnt/