Skip to content

Commit

Permalink
chore: add git clone to npm prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jul 12, 2024
1 parent d307fbf commit 7851629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"author": "",
"scripts": {
"clone": "./scripts/git_clone_aws-sdk.sh",
"clone_sdk": "./scripts/git_clone_aws-sdk.sh",
"gen_ifaces": "./scripts/gen_ifaces.sh",
"gen_mocks": "./scripts/gen_mocks.sh",
"lint": "golangci-lint run --fix",
"prepare": "go mod tidy -e && go install github.com/vektra/mockery/[email protected] && go mod vendor && sort-package-json",
"prepare": "npm run clone_sdk && go install github.com/vektra/mockery/[email protected] && go mod tidy -e && go mod vendor && sort-package-json",
"sync": "npm run clone && npm run gen_ifaces && npm run gen_mocks",
"test": "npm run sync && npm run test:go && npm run test:artifacts",
"test:artifacts": "./scripts/git_artifact_changes_test.sh",
Expand Down

0 comments on commit 7851629

Please sign in to comment.