Skip to content

Commit 7054903

Browse files
committed
try hoisting
1 parent 8ada9a8 commit 7054903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"snippets": "rimraf snippets && ts-node scripts/separate-snippets.ts",
66
"lint": "git ls-files | grep -v 'snippets/' | grep '.js$' | xargs npx eslint",
77
"format": "npm run lint -- --fix",
8-
"bootstrap": "pnpm recursive install",
8+
"bootstrap": "pnpm recursive install --shamefully-hoist",
99
"compile": "pnpm recursive run compile --workspace-concurrency=4"
1010
},
1111
"license": "Apache-2.0",

0 commit comments

Comments
 (0)