Skip to content

Commit fc4c4c2

Browse files
committed
disable husky in build
1 parent 9b10fb7 commit fc4c4c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ common_params = --no-confirm-changeset \
2424
--s3-prefix $(application_key) \
2525
--resolve-s3
2626

27+
export HUSKY := 0
28+
2729
.PHONY: build clean
2830

2931
check_account_prod:
@@ -49,7 +51,6 @@ build: src/ cloudformation/ docs/
4951
yarn -D
5052
yarn build:lambda
5153
sam build --template-file cloudformation/main.yml
52-
5354
local:
5455
yarn run dev
5556

0 commit comments

Comments
 (0)