Skip to content

Commit aeaf605

Browse files
authored
Merge pull request #4231 from Northeastern-Electric-Racing/yarn-4.11-release-age-min
upgraded yarn to add release age min and added min to npm
2 parents 590533b + a5ddcd5 commit aeaf605

15 files changed

Lines changed: 9284 additions & 9994 deletions

File tree

.dockerignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Dependencies
22
**/node_modules
3-
.yarn/
3+
.yarn/*
4+
!.yarn/releases
45
.pnp.*
56

67
# Build outputs
@@ -61,8 +62,6 @@ yarn-error.log*
6162

6263
# Lock files (keep package.json though)
6364
package-lock.json
64-
yarn.lock
65-
.yarnrc.yml
6665

6766
# Prettier
6867
.prettierrc*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=3

0 commit comments

Comments
 (0)