Browse Source

drone : npm run build

master
Ricardo A Carrasco 2 years ago
parent
commit
ad141435d0
  1. 2
      .drone.yml

2
.drone.yml

@ -8,4 +8,4 @@ steps:
commands: commands:
- "npm install" - "npm install"
- "npm test -- --watchAll=false" - "npm test -- --watchAll=false"
- "npm build" - "npm run build"

Loading…
Cancel
Save