nx/.devcontainer/postCreateCommand.sh
Isaac Mann 89fdd42c80
chore(core): update devcontainer (#23479)
Updates the devcontainer so that it has the correct version of pnpm

Fixes #20419
2024-05-21 18:37:09 -04:00

6 lines
66 B
Bash
Executable File

#!/bin/sh
# Install dependencies
pnpm install --frozen-lockfile