Browse Source

chore(devcontiner): [start] remove build app

Jacky 4 months ago
parent
commit
19def6ea3b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .devcontainer/start.sh

+ 0 - 2
.devcontainer/start.sh

@@ -14,8 +14,6 @@ fi
 # install app dependencies
 echo "Installing app dependencies"
 cd app && pnpm install -f
-# Build app
-pnpm build
 cd ..
 
 # install docs dependencies