Skip to content

Commit

Permalink
Fix the default workflow not working for JS
Browse files Browse the repository at this point in the history
Of course it had to be JS.
  • Loading branch information
danirod committed Oct 20, 2023
1 parent 8d1d662 commit af47daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ jobs:
backend_directory: .
js_package_manager: npm
main_git_branch: trunk

# Disable typings since they seem to be broken
build_typings_script: ''
check_typings_script: ''
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

0 comments on commit af47daf

Please sign in to comment.