This commit is contained in:
parent
d2a9348051
commit
8f0292d151
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: compliance
|
||||
|
||||
steps:
|
||||
- name: deps
|
||||
image: node
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn lint
|
@ -34,7 +34,8 @@
|
||||
"nodemon": "^2.0.20"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
"start": "node index.js",
|
||||
"lint": "eslint src/"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user