diff --git a/.drone.yml b/.drone.yml index 3bf18b5..4f30a59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,7 @@ kind: pipeline steps: - name: build - image: node:20-alpine3.18 + image: node:20-alpine3.19 commands: - npm install - - npm install -g @angular/cli - - ng build \ No newline at end of file + - npm run build