Skip to content

Commit

Permalink
disable husky in prod build (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Apr 24, 2024
1 parent a733a59 commit a9d8dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submitProduction.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Production Deployment
env:
INDEXER_URL: ${{ secrets.INDEXER_URL }}
HUSKY: 0
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit a9d8dc1

Please sign in to comment.