diff --git a/.drone.yml b/.drone.yml index ec1b60c..14484e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,9 @@ -name: drone-test kind: pipeline -type: docker +name: default + steps: -- name: test -image: alpine -commands: -- echo "It worked!" \ No newline at end of file +- name: test_node + image: node + commands: + - npm install + - npm run \ No newline at end of file