Skip to content

Commit

Permalink
feat(variables): support service-specific pipeline variables. fixes #686
Browse files Browse the repository at this point in the history
  • Loading branch information
sii27858 committed Mar 25, 2024
1 parent df18d39 commit 0546fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"execa": "5.1.1",
"fetch-mock": "9.11.0",
"husky": "5.2.0",
"jest": "27.5.1",
"jest": "29.7.0",
"jest-extended": "2.0.0",
"jest-junit": "13.0.0",
"node-wget": "0.4.3",
Expand Down Expand Up @@ -145,7 +145,7 @@
"prepack": "oclif-dev manifest && oclif-dev readme",
"postpack": "rm -f oclif.manifest.json",
"version": "oclif-dev readme && git add README.md",
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'",
"e2e": "jest --collectCoverage=false --testRegex \"/e2e/*\"",
"semantic-release": "semantic-release",
"semantic-release-dry-run": "semantic-release --dry-run",
"postinstall": "husky install",
Expand Down Expand Up @@ -203,4 +203,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit 0546fd3

Please sign in to comment.