Skip to content

Commit

Permalink
disable husky in build
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Aug 6, 2024
1 parent 9b10fb7 commit fc4c4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ common_params = --no-confirm-changeset \
--s3-prefix $(application_key) \
--resolve-s3

export HUSKY := 0

.PHONY: build clean

check_account_prod:
Expand All @@ -49,7 +51,6 @@ build: src/ cloudformation/ docs/
yarn -D
yarn build:lambda
sam build --template-file cloudformation/main.yml

local:
yarn run dev

Expand Down

0 comments on commit fc4c4c2

Please sign in to comment.