diff --git a/newBackApi/.drone.yml b/newBackApi/.drone.yml new file mode 100644 index 0000000..1667f61 --- /dev/null +++ b/newBackApi/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: test + image: node + commands: + - npm run dev \ No newline at end of file diff --git a/newBackApi/package.json b/newBackApi/package.json index 640ab94..ae3b0fe 100644 --- a/newBackApi/package.json +++ b/newBackApi/package.json @@ -5,8 +5,7 @@ "main": "index.js", "type": "module", "scripts": { - "dev": "node-dev app.js", - "": " apidoc -i router/ -o doc/" + "dev": "node app.js" }, "keywords": [], "author": "",