测试提交
This commit is contained in:
8
newBackApi/.drone.yml
Normal file
8
newBackApi/.drone.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- npm run dev
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user