Update .drone.yml

dev
Vladimir Kutkovoy 1 year ago
parent 477d046c7c
commit ff8ea78ae3
  1. 2
      .drone.yml

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