name: Lerna bootstrap image: node:8-alpine caches: - node script: - npm install -g yarn lerna - lerna bootstrap artifacts: - node_modules
確定! 回上一頁