diff --git a/.drone.yml b/.drone.yml index b430e96..a571020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,5 @@ pipeline: commands: - npm install - npm run test:ci + - npm run e2e - npm run build-prod