Skip to content

Commit d113617

Browse files
committed
chore: replace yarn with npm
1 parent d827983 commit d113617

File tree

5 files changed

+4264
-2387
lines changed

5 files changed

+4264
-2387
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ tests export-ignore
1313
js/dist/* -diff
1414
js/dist/* linguist-generated
1515
js/dist-typings/* linguist-generated
16-
js/yarn.lock -diff
16+
js/package-lock.json -diff
1717

1818
* text=auto eol=lf

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
enable_typescript: false
1616

1717
frontend_directory: ./js
18-
main_git_branch: master
18+
main_git_branch: main
1919
secrets:
2020
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)