pipeline: build: image: node:14-alpine commands: - npm i -g pnpm - pnpm install - pnpm run check - pnpm run build