Skip to content

Commit f6122cb

Browse files
committed
fix: add node-jq as dependency
1 parent b3dd160 commit f6122cb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ steps:
1212
GH_TOKEN:
1313
from_secret: GH_TOKEN
1414
commands:
15+
- apt update
16+
- apt-get install jq -y
1517
- npm install
1618
- npm run test
1719

@@ -41,6 +43,6 @@ trigger:
4143
event: [push]
4244
---
4345
kind: signature
44-
hmac: 54481a20ed8e3fad5069ae0fd4f0d4395a0500747501830695aefe1c313de66c
46+
hmac: e25129fad0dbcc1cf7711443a25cb08ffe6d88f2fada4f75fe7190a5194d824f
4547

4648
...

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"lib": "lib",
4949
"test": "tests"
5050
},
51-
"license": "ISC"
51+
"license": "ISC",
52+
"release": {
53+
"extends": "@livingdocs/semantic-release-presets/npm-github-verify"
54+
}
5255
}

0 commit comments

Comments
 (0)