Skip to content

Commit

Permalink
chore: replace yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Nov 10, 2024
1 parent d827983 commit d113617
Show file tree
Hide file tree
Showing 5 changed files with 4,264 additions and 2,387 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ tests export-ignore
js/dist/* -diff
js/dist/* linguist-generated
js/dist-typings/* linguist-generated
js/yarn.lock -diff
js/package-lock.json -diff

* text=auto eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
enable_typescript: false

frontend_directory: ./js
main_git_branch: master
main_git_branch: main
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
Loading

0 comments on commit d113617

Please sign in to comment.