Skip to content

Commit

Permalink
build: migrate to Yarn Modern
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Apr 21, 2024
1 parent 4fcea45 commit 7831347
Show file tree
Hide file tree
Showing 5 changed files with 13,993 additions and 10,060 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
scripts/asmdb/go.sum
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Build AWLY helpers
run: yarn build-helpers
- name: Build website
Expand Down
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# plugin build artifacts
/src/**/*.js
# Yarn Modern files
# Zero-Install consumes too much space (~340MiB right now) so it is
# explicitly not used
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Dependencies
/node_modules
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
},
"engines": {
"node": ">=20"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7831347

Please sign in to comment.