Skip to content

Commit 882003a

Browse files
committed
debug
1 parent 517f373 commit 882003a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

infrastructure/terraform/components/api/pre.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# # It ensures all Node.js dependencies are installed, generates any required dependencies,
33
# # and builds all Lambda functions in the workspace before Terraform provisions infrastructure.
44

5-
ROOT_DIR="$(git rev-parse --show-toplevel)"
5+
echo "Running pre.sh"
66

7-
$ROOT_DIR/scripts/set-github-token.sh
7+
npm config --location user set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
88

99
npm ci
1010

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-test-package",
2+
"name": "@nhsdigital/notify-supplier-api-consumer-contracts",
33
"version": "1.0.0",
44
"description": "NHS Notify Supplier API Pact contracts",
55
"license": "MIT",

0 commit comments

Comments
 (0)