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

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

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