File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Don't use the workspace protocol.
1
2
save-workspace-protocol = false
2
- publish-branch = " next"
3
+
4
+ # This makes installations on branches that aren't up to date less stressful by
5
+ # preserving the latest version in the current workspace.
6
+ prefer-workspace-packages = true
7
+
8
+ # Set the publish branch to prevent unintentional publishing.
9
+ publish-branch = " main"
3
10
4
11
# Version 5.2.0 introduces automatic hoisting of `@types/*`. I'm turning it off
5
12
# for now.
6
13
shamefully-hoist = false
14
+
15
+ # Support cross platform shell commands.
16
+ shell-emulator = true
17
+
18
+ # Added since the shell-emulator seems to remove colors from output. There is a
19
+ # warning against using this setting in the docs.
20
+ # https://pnpm.js.org/en/npmrc#color
21
+ color = always
22
+
23
+ # Don't check the workspace root when installing workspace dependencies
24
+ ignore-workspace-root-check = true
You can’t perform that action at this time.
0 commit comments