Skip to content

Commit 342a530

Browse files
committed
upgraded yarn to add release age min and added min to npm
1 parent 3d7f9c2 commit 342a530

9 files changed

Lines changed: 9250 additions & 9981 deletions

File tree

.dockerignore

Lines changed: 2 additions & 2 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
@@ -62,7 +63,6 @@ yarn-error.log*
6263
# Lock files (keep package.json though)
6364
package-lock.json
6465
yarn.lock
65-
.yarnrc.yml
6666

6767
# Prettier
6868
.prettierrc*

.npmrc

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

0 commit comments

Comments
 (0)