Skip to content

Commit ec0249b

Browse files
authored
Fix devcontainer initialization (corepack is not needed and produces an error) (#111)
1 parent 297b913 commit ec0249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
// Install required modules
21-
"updateContentCommand": "corepack enable && pnpm install --frozen-lockfile",
21+
"updateContentCommand": "pnpm install --frozen-lockfile",
2222
// Start dev server
2323
"postAttachCommand": "pnpm run dev"
2424
}

0 commit comments

Comments
 (0)