瀏覽代碼

chore(devcontiner): [start] remove build app

Jacky 5 月之前
父節點
當前提交
19def6ea3b
共有 1 個文件被更改,包括 0 次插入2 次删除
  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