mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
chore(npmrc): use-beta-cli=true
This commit is contained in:
1
.npmrc
1
.npmrc
@@ -2,6 +2,7 @@ independent-leaves = true
|
||||
link-workspace-packages = true
|
||||
save-exact = true
|
||||
shared-workspace-lockfile = true
|
||||
use-beta-cli = true
|
||||
|
||||
; Temporarily commenting out.
|
||||
; peer dependencies should be resolved from dependencies of the root workspace package
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
; This config file may be removed
|
||||
; if the workaround with pnpm-workspace.yaml won't be needed
|
||||
shared-workspace-lockfile = false
|
||||
@@ -1 +1,4 @@
|
||||
; This config file may be removed
|
||||
; if the workaround with pnpm-workspace.yaml won't be needed
|
||||
shared-workspace-lockfile = false
|
||||
store=../store
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# This is only created so that the test package doesn't try to use the virtual store from the repo's root
|
||||
packages:
|
||||
- "."
|
||||
- "!store/**"
|
||||
@@ -1,3 +0,0 @@
|
||||
; This config file may be removed
|
||||
; if the workaround with pnpm-workspace.yaml won't be needed
|
||||
shared-workspace-lockfile = false
|
||||
@@ -1 +1,4 @@
|
||||
; This config file may be removed
|
||||
; if the workaround with pnpm-workspace.yaml won't be needed
|
||||
shared-workspace-lockfile = false
|
||||
store=../store
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# This is only created so that the test package doesn't try to use the virtual store from the repo's root
|
||||
packages:
|
||||
- '.'
|
||||
- "!store/**"
|
||||
@@ -1,14 +0,0 @@
|
||||
dependencies:
|
||||
is-positive: 3.1.0
|
||||
packages:
|
||||
/is-positive/3.1.0:
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=0.10.0'
|
||||
resolution:
|
||||
integrity: sha1-hX21hKG6XRyymAUn/DtsQ103sP0=
|
||||
registry: 'https://registry.npmjs.org/'
|
||||
shrinkwrapMinorVersion: 9
|
||||
shrinkwrapVersion: 3
|
||||
specifiers:
|
||||
is-positive: 3.1.0
|
||||
Reference in New Issue
Block a user