diff --git a/.drone.yml b/.drone.yml index 0a63a39..4a1958e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,13 @@ clone: steps: - name: build - image: reg.int.it2000.com.cn/cdia/angular-cli:6.0 + image: reg.int.it2000.com.cn/library/node:14.20-bullseye volumes: - name: app - path: /app + path: /home/node/app commands: - - ng build + - npm install + - npm run build