mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-08 21:20:07 +00:00
chore: add auto
This commit is contained in:
parent
fbe0bd395b
commit
54b24ddb30
3 changed files with 909 additions and 23 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:integration": "jest -c integration/jest.config.js",
|
||||
"test:e2e": "jest -c e2e/jest.config.js"
|
||||
"test:e2e": "jest -c e2e/jest.config.js",
|
||||
"release": "auto shipit"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.18",
|
||||
"auto": "^7.6.0",
|
||||
"jest": "^24.9.0",
|
||||
"jest-when": "^2.7.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue