-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|