Изменил(а) на '.drone.yml'

dev^2
vladimirkutkovoy 1 year ago
parent 13ccfd3b4e
commit 71e992dcf7
  1. 5
      .drone.yml

@ -6,4 +6,7 @@ steps:
image: node image: node
commands: commands:
- npm install - npm install
- npm run build - npm run build
when:
branch:
- dev
Loading…
Cancel
Save