diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8f1b1ac --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + test: + image: node + commands: + - npm i + - npm run test \ No newline at end of file diff --git a/.gitignore b/.gitignore index b512c09..25c8fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +package-lock.json \ No newline at end of file