We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ae6f0 commit 614d6f1Copy full SHA for 614d6f1
.github/actions/setup/action.yml
@@ -34,4 +34,4 @@ runs:
34
35
- name: pnpm install
36
shell: bash
37
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --shamefully-hoist
.npmrc
@@ -1,6 +1,13 @@
1
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2
+
3
+# npm options
4
auth-type=legacy
5
-# pnpm
-enable-pre-post-scripts=true
6
-shamefully-hoist=true
+# pnpm options
7
+always-auth = true
8
+auto-install-peers = true
9
+enable-pre-post-scripts = true
10
+link-workspace-packages = false
11
+shamefully-hoist = true
12
+shared-workspace-lockfile = true
13
+strict-peer-dependencies = false
0 commit comments