Skip to content

Commit 197eb79

Browse files
committed
CCM-13038: use correct file in pre.sh
1 parent 975aecc commit 197eb79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/terraform/components/api/pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ROOT_DIR="$(git rev-parse --show-toplevel)"
66

7-
$ROOT_DIR/scripts/set_github_packages_token.sh
7+
$ROOT_DIR/scripts/set-github-token.sh
88

99
npm ci
1010

pact-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nhsdigital/notify-supplier-api-consumer-contracts",
2+
"name": "@nhsdigital/notify-supplier-api-consumer-contracts-test-package",
33
"version": "1.2.0",
44
"description": "NHS Notify Supplier API Pact contracts",
55
"license": "MIT",

scripts/publish-pact-contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [[ $local_version == $published_version ]]; then
2222
fi
2323

2424
echo "Local version is different to the latest published version - publishing new version"
25-
npm pack ./pact-contracts
25+
npm publish ./pact-contracts

0 commit comments

Comments
 (0)