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 8a60a0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 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 All @@ -36,11 +38,13 @@ steps:
environment:
GH_TOKEN:
from_secret: GH_TOKEN
NPM_TOKEN:
from_secret: NPM_TOKEN

trigger:
event: [push]
---
kind: signature
hmac: 54481a20ed8e3fad5069ae0fd4f0d4395a0500747501830695aefe1c313de66c
hmac: d74087759aefd2df96640eb4f22348533b5d9e202ae2c667ace01f6f3bdecb5e

...
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 8a60a0f

Please sign in to comment.