chore: fix github codesapce init (#11590)

This commit is contained in:
liuyi
2025-04-10 15:33:02 +08:00
committed by GitHub
parent 8e1cbc4c5b
commit bde9abf664
5 changed files with 10 additions and 24 deletions

View File

@@ -1,10 +1,6 @@
#!/bin/bash
# This is a script used by the devcontainer to build the project
#Enable yarn
corepack enable
corepack prepare yarn@stable --activate
# install dependencies
yarn install