diff --git a/.drone.yml b/.drone.yml index 60746f2..5c91362 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,17 @@ kind: pipeline name: default steps: -- name: test +- name: install image: node commands: - npm install + +- name: build + image: node + commands: + - npm run build + +- name: test + image: node + commands: - npm run test \ No newline at end of file