Skip to content

Commit

Permalink
fix: add node-jq as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Jul 1, 2021
1 parent b3dd160 commit 6f87d0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ steps:
GH_TOKEN:
from_secret: GH_TOKEN
commands:
- apt update
- apt-get install jq -y
- npm install
- npm run test

Expand Down Expand Up @@ -41,6 +43,6 @@ trigger:
event: [push]
---
kind: signature
hmac: 54481a20ed8e3fad5069ae0fd4f0d4395a0500747501830695aefe1c313de66c
hmac: e25129fad0dbcc1cf7711443a25cb08ffe6d88f2fada4f75fe7190a5194d824f

...
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"lib": "lib",
"test": "tests"
},
"license": "ISC"
"license": "ISC",
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github-verify"
}
}

0 comments on commit 6f87d0e

Please sign in to comment.