Skip to content

Commit

Permalink
fix: husky error
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 19, 2023
1 parent c9f4b70 commit 9c9fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install
npm config set access public
- name: Create dummy .git for husky #https://github.com/typicode/husky/issues/851
run: mkdir .git
run: mkdir -p dist_ts/.git
- name: Compile TypeScript
run: npm run build
- name: Set up Python
Expand Down

0 comments on commit 9c9fad2

Please sign in to comment.