File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55ROOT_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
99npm ci
1010
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ if [[ $local_version == $published_version ]]; then
2222fi
2323
2424echo " Local version is different to the latest published version - publishing new version"
25- npm pack ./pact-contracts
25+ npm publish ./pact-contracts
You can’t perform that action at this time.
0 commit comments